Caplets Catalog
official
spiritledsoftware/caplets

GitHub

Inspect and manage GitHub repositories, issues, pull requests, branches, commits, and code review workflows.

Install
caplets install spiritledsoftware/caplets github

Inspect before installing

  • Authentication requiredThis Caplet needs credentials or an auth flow before use.
CAPLET.md

Frontmatter

FieldValue
nameGitHub
descriptionInspect and manage GitHub repositories, issues, pull requests, branches, commits, and code review workflows.
avoidWhenPrefer local Git and project files when the task concerns workspace state rather than GitHub's remote state.
tagscode, github, pull-requests, issues, reviews
catalog.iconhttps://github.githubassets.com/favicons/favicon.svg
mcpServer.urlhttps://api.githubcopilot.com/mcp
mcpServer.auth.typebearer
mcpServer.auth.token$vault:GH_TOKEN

GitHub

Targeting remote work

Identify the repository and the relevant issue, pull request, branch, or commit before taking action. Narrow lookups by repository, PR number, issue number, branch, label, or author whenever possible. Review work should include the changed files and relevant discussion; issue drafts and updates should stay concise and grounded in current implementation evidence.

Safe operation

  • GitHub mutations affect real repositories. Read current remote state before writing.
  • Confirm the target repository, branch, issue, or pull request before creating comments, labels, branches, or updates.
  • Keep token values, repository secrets, and private issue contents within their intended access boundary.