docs: add repository and issue tools to readme
All checks were successful
Release / build (amd64, linux) (push) Successful in 30s
Release / build (amd64, windows) (push) Successful in 31s
Release / build (arm64, darwin) (push) Successful in 34s
Release / build (arm64, linux) (push) Successful in 41s
Release / build (amd64, darwin) (push) Successful in 53s
Release / release (push) Successful in 14s

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

View File

@@ -71,6 +71,8 @@ Ask Claude things like:
- "List all NuGet packages for myorg" - "List all NuGet packages for myorg"
- "What are the package defaults for myorg?" - "What are the package defaults for myorg?"
- "List all repos for myorg" - "List all repos for myorg"
- "List open issues for gitcaddy/server"
- "Show me issue #42 in myorg/myrepo"
## Available Tools ## Available Tools
@@ -104,6 +106,14 @@ Ask Claude things like:
| `list_artifacts` | List artifacts from a workflow run | | `list_artifacts` | List artifacts from a workflow run |
| `get_artifact_download_url` | Get the download URL for a specific artifact | | `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 ### Release & Package Tools
| Tool | Description | | Tool | Description |