From fd473c298c4c3b2321bb833e1fe7f20c0f5a5757 Mon Sep 17 00:00:00 2001 From: logikonline Date: Fri, 6 Mar 2026 19:23:37 -0500 Subject: [PATCH] docs: add repository and issue tools to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1dc57e0..418e66e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ Ask Claude things like: - "List all NuGet packages for myorg" - "What are the package defaults for myorg?" - "List all repos for myorg" +- "List open issues for gitcaddy/server" +- "Show me issue #42 in myorg/myrepo" ## Available Tools @@ -104,6 +106,14 @@ Ask Claude things like: | `list_artifacts` | List artifacts from a workflow run | | `get_artifact_download_url` | Get the download URL for a specific artifact | +### Repository & Issue Tools + +| Tool | Description | +|------|-------------| +| `list_repos` | List repositories for an owner (org or user) | +| `list_issues` | List issues for a repository with pagination and state filtering | +| `get_issue` | Get issue details including body content and comments | + ### Release & Package Tools | Tool | Description |