submtd
UserClaude Code plugins for project tooling. keel: guides a project's git lifecycle.
Categories
Indexed Skills (11)
init
Use to set up baseline files in a repository via stow - detects the repo's stack, proposes a .stow.json, and manages a .gitignore section per opted-in stack, merging with any hand-written entries instead of overwriting them.
doctor
Use when keel blocked or warned about something unexpectedly, or to understand the current repo's lifecycle state - explains what keel sees, what each rule name means, and why it decided what it did.
finish-work
Use when a change is complete and ready to become a pull request - runs checks, updates the changelog, and opens the PR against the correct base.
protect
Use to configure GitHub branch protection so the workflow is actually enforced server-side, rather than only advised by the hook - set up rulesets, require reviews, or lock down force-pushes.
release
Use when preparing a release - picks the version, rolls the changelog, and opens the release pull request.
land
Use when an approved pull request should be merged - checks the gates and merges with the strategy the repo's config requires.
respond-to-review
Use when a pull request has review comments to address - reads the feedback, evaluates it, makes the changes, and replies.
review
Use when reviewing a pull request - reads the full diff, evaluates it against the project's standards, and posts a review.
ship
Use after a release pull request has merged (or, under trunk topology, when it's time to cut a release from production) - tags the release, publishes notes, and back-merges into the integration branch.
start-work
Use when beginning any new change - creates a correctly-named branch from an up-to-date base, choosing fork or same-repo based on the repo's config and your permissions.
sync
Use when a branch or fork has fallen behind its base, or before opening a PR after a delay - brings the branch up to date and resolves conflicts.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.