SessionStart
01Hook Claude Code
Runs when a session starts, running an inline shell check. From dyoshikawa/rulesync.
Hook Claude Code
Runs when a session starts, running an inline shell check. From dyoshikawa/rulesync.
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart) and 0 allowed tools.
Skill Claude CodeCodex
Form an Agent Team of Implementer and Reviewer subagents to tackle the given task, looping implementation and review until the Reviewer reports zero high-or-above findings and no more than three mid findings.
Skill Claude CodeCodex
Approve a pull request using gh pr review --approve.
Skill Claude CodeCodex
Babysit a Dependabot dependency-bump PR all the way to merge: verify the author is the genuine Dependabot bot, diagnose and resolve any CI failure (excluding or fixing a breaking bump when needed), get every check green, and merge. Use when the user wants to shepherd a Dependabot bump PR to merge.
Skill Claude CodeCodex
Resolve every open issue one at a time: fact-check each with web research, close the ones that need no action, and run the goal-pr skill to fix, review, and merge the ones that do — repeating until no actionable issues remain.
Skill Claude CodeCodex
Resolve every open maintainer-scrap issue one at a time: fact-check each with web research, close the ones that need no action, and run the goal-pr skill to fix, review, and merge the ones that do — repeating until no actionable scrap issues remain.
Skill Claude CodeCodex
Batch-triage open pull requests: list PRs with prs-awaiting-maintainer, review each with review-pr, then post-review-comments when there are merge-blocker findings, or create-scrap-issue for non-blocking findings and merge-pr when there are none. Use when the user wants to review and resolve a batch of PRs in one pass.
Skill Claude CodeCodex
Clean up unnecessary local branches and prune stale remote-tracking branches.
Skill Claude CodeCodex
Clean git worktrees created by git-worktree-runner.
Skill Claude CodeCodex
Commit current changes, push to remote, and create or update a pull request. Use when the user wants to commit and create a PR, push changes and open a pull request, or ship their current work as a PR.
Skill Claude CodeCodex
Create a GitHub issue from a vague idea by thoroughly researching the topic on the web to sharpen the specification before filing.
Skill Claude CodeCodex
Create a GitHub issue with detailed description, purpose, and appropriate labels.
Skill Claude CodeCodex
Create a GitHub issue that consolidates passed content into a single scrap issue with background context and solution details, labeled as maintainer-scrap. Use when the user wants to create a scrap issue, jot down notes as a GitHub issue, or save findings for later.
Skill Claude CodeCodex
Analyze the differences between the current branch and origin/main, and summarize the current work progress.
Skill Claude CodeCodex
Draft a GitHub issue targeting a third-party repository (outside this project's owner). Researches the target repo's conventions and the topic in depth, iterates with the user on scope and tone, and produces a final body saved to tmp/external-repository-issues/.md for the user to post manually when gh auth lacks…
Skill Claude CodeCodex
A workflow for drafting Japanese release-announcement posts for X, based on GitHub release notes and contributor information.
Skill Claude CodeCodex
Draft a new release of the project.
Skill Claude CodeCodex
Explain a GitHub issue: the background problem and the proposed solution.
Skill Claude CodeCodex
Explain a PR: the background problem and the proposed solution.
Skill Claude CodeCodex
Manages git worktrees using git-worktree-runner (gtr). Use when the user needs to create, list, remove, or navigate worktrees with git gtr commands, open editors or AI tools in worktrees, manage parallel development branches, or check out GitHub PRs (including from forks) into worktrees.
Skill Claude CodeCodex
Drive a pull request to a clean state and merge it: run the review-pr skill, fix every mid-or-above finding, and repeat until no mid-or-above findings remain, then merge. Use when the user wants to finish a PR by reviewing, fixing, and merging it, or triggers on "the goal-pr skill".
Skill Claude CodeCodex
Cut a release end to end: use the draft-release skill to open the release PR and draft GitHub release, wait for CI to turn green, run the merge-pr skill to merge the release PR, then update the Homebrew formula from the published release assets. Use when the user wants to draft and merge a release in one go, or…
Skill Claude CodeCodex
Merge a pull request using gh pr merge --admin.