Caplets Catalog
official
spiritledsoftware/caplets

GitHub

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

caplets install spiritledsoftware/caplets github

Inspect before installing

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

Frontmatter

Field Value
name GitHub
description Inspect and manage GitHub repositories, issues, pull requests, branches, commits, and code review workflows.
tags code, github, pull-requests, issues, reviews
mcpServer.url https://api.githubcopilot.com/mcp
mcpServer.auth.type bearer
mcpServer.auth.token $vault:GH_TOKEN

GitHub

Use this Caplet when the agent needs live GitHub repository context or needs to act on issues, pull requests, branches, commits, or review feedback.

Good Fits

  • Summarize recent pull request activity before a code review.
  • Inspect open issues and identify implementation work.
  • Create or update issues from an implementation plan.
  • Compare branches, inspect commits, or review pull request files.
  • Leave review comments after the agent has inspected the relevant diff.

Use Carefully

  • Mutating operations can affect real repositories. Prefer read operations first.
  • Store a least-privilege GH_TOKEN in the Caplets Vault for the runtime where GitHub runs.
  • Do not ask the agent to expose token values, repository secrets, or private issue contents outside the intended conversation.