name: Skills
description: >
Reference skills for agents working in this repository.
Use these when performing common operations to avoid repeating mistakes.
Skills
A collection of how-to guides for common operations in this repository.
Any agent (GitHub Copilot, Claude, Codex, etc.) should consult these before performing the described tasks.
Features
| Skill | Description |
|---|
| ship_feature | Full lifecycle for shipping a new feature: worktree setup, research, plan, implement, PR |
| iterate_feature_pr | Apply changes to an existing open PR based on review feedback or new instructions |
Git Usage
| Skill | Description |
|---|
GitHub PR with gh CLI | Create, edit, and manage pull requests — includes workarounds for known issues |
| Commit messages | Commit message format, types, and pre-commit hook notes |