ソース情報
- リポジトリ
- vavallee/bindery
- ソースの最終更新活動
- 2026年7月10日 21:17
- 検出された SKILL.md の言語
- 英語
- スター
- 423
- フォーク
- 46
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/vavallee/bindery --skill triageコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Use when cutting a release — composing the `## [vX.Y.Z]` `CHANGELOG.md` section, picking the version bump, walking commits since the last tag, and pushing the tag. Pushing the tag triggers GoReleaser + provenance signing, a public GitHub Release and Discord announcement, and an ArgoCD deploy of the maintainer's instance.
Fix one confirmed bug unattended and leave a reviewable branch — failing test first, minimal diff, CI gate, changelog fragment, PR_BODY.md. Committing, pushing, and opening the PR happen outside this skill.
Analyze and fix a GitHub issue end-to-end, producing a PR
| name | triage |
| description | Sweep open issues and PRs, categorize, and propose a work queue |
| disable-model-invocation | true |
Triage the repo. Use subagents for the bulk reading; report summaries only.
gh issue list --state open --limit 100 and gh pr list --state open — plus gh pr checks on anything marked ready.Don't start fixing anything from this skill; hand items to /fix-issue individually so each gets its own branch and clean context.