| 1 | # Maintainer / agent skills |
| 2 | |
| 3 | GitHub-stewardship and release-QA workflows for maintaining Codewhale, codified as |
| 4 | `SKILL.md` skills (same format Claude Code and Codewhale both load). They encode the |
| 5 | issue-triage, PR-harvest, credit, and release-QA workflows the maintainers run each |
| 6 | release. |
| 7 | |
| 8 | For end-user Skills Manager behavior (ownership, audit, import, trust), see |
| 9 | [../SKILLS.md](../SKILLS.md). |
| 10 | |
| 11 | To activate: |
| 12 | - **Claude Code:** copy a skill dir into `.claude/skills/` (project) or your user skills dir. |
| 13 | - **Codewhale:** copy into a CodeWhale-owned root (e.g. `~/.codewhale/skills/`), import via |
| 14 | `/skills`, or bundle into `crates/tui/assets/skills/` + register in |
| 15 | `crates/tui/src/skills/system.rs` to ship it. |
| 16 | |
| 17 | Skills: gh-file-issue, gh-compile-issues, gh-assign-issues, gh-find-prs, |
| 18 | gh-treasure-hunt, gh-close-issues, gh-credit-harvest, codew-release-qa-sweep. |
| 19 |