ワンクリックで
gitingest
Use when the user wants to fetch and contextualize a GitHub repository for future reference.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when the user wants to fetch and contextualize a GitHub repository for future reference.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when checking Buildkite CI/CD builds, investigating failures, viewing job logs, or answering questions about pipeline status.
Write a handoff brief summarizing the current conversation so a fresh agent can pick up the work. Writes to a file if given, otherwise copies to the clipboard.
Use when bootstrapping hk pre-commit hooks for a project.
Use when adding, updating, troubleshooting, or managing mise tool dependencies. Supplements /install with mise-specific context about backends, lockfiles, and the github-first policy.
Add a tool pattern to the global Claude Code permissions allow list in bin/sync-claude-settings
Use when labeling GitHub issues or triaging the backlog. Applies the project's label taxonomy from docs/labels.md.
| name | gitingest |
| description | Use when the user wants to fetch and contextualize a GitHub repository for future reference. |
$ARGUMENTS
https://github.com/{user/repo}Natural language filters map to options:
-i "*.py"-e "test/*" -e "*_test.py"-b developmkdir -p docs/reference/
gitingest [OPTIONS] -o docs/reference/<user>-<repo>.txt <url>
Options:
| Flag | Purpose |
|---|---|
-o PATH | Output file (required) |
-i PATTERN | Include pattern (repeatable) |
-e PATTERN | Exclude pattern (repeatable) |
-b NAME | Branch |
-s BYTES | Max file size |
--include-gitignored | Include .gitignore'd files |
--include-submodules | Include submodules |
-t TOKEN | GitHub PAT for private repos |
/gitingest rails → rails/rails to docs/reference/rails-rails.txt
/gitingest jdx/mise only rust → -i "*.rs" filter
/gitingest user/repo exclude tests → -e "test/*" -e "*_test.py"
/gitingest https://github.com/x/y branch main