2
0

docs: add repository and issue tools to readme

This commit is contained in:
2026-03-06 19:23:37 -05:00
parent 44f75cf6e0
commit 15df9a8cda

View File

@@ -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 |