--- 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](features/ship_feature.md) | Full lifecycle for shipping a new feature: worktree setup, research, plan, implement, PR | | [iterate_feature_pr](features/iterate_feature_pr.md) | Apply changes to an existing open PR based on review feedback or new instructions | ## Git Usage | Skill | Description | |-------|-------------| | [GitHub PR with `gh` CLI](git-usage/pr.md) | Create, edit, and manage pull requests — includes workarounds for known issues | | [Commit messages](git-usage/commits.md) | Commit message format, types, and pre-commit hook notes |