Issue Skill
Create, update, and manage GitHub issues following ZeroAE conventions. Infer as much as possible from context; only ask when ambiguous.
Modes
| Mode |
Trigger |
Purpose |
| View |
"view issue", "view #123", /issue view <number> |
Display full issue details (body, criteria, deps, comments) |
| Create |
"create issue", "file issue", "new issue", "report bug", "request feature" |
Create new issue |
| Update |
"update issue", "add to issue", "update #123" |
Modify existing issue |
| Progress |
"check off", "mark complete", "done with", "finished" |
Check checkboxes based on work done |
| Verify |
/issue verify <number> [--all] [--dry-run] |
Validate unchecked criteria, prompt to check off |
| Ralph Loop |
/issue ralph-loop <number> [--max-iterations <n>] |
Iteratively work until all criteria pass |
| Scan |
/issue scan [--milestone <name>] [--fix] |
Flag subjective acceptance criteria |
Mode Detection
When this skill is invoked, arguments follow the skill name (e.g., /issue view 135 passes "view 135" as arguments).
IMPORTANT: Before doing anything else, identify the mode from the invocation arguments:
| Arguments |
Mode |
Instructions |
view <number> |
View |
Read view.md |
ralph-loop <number> |
Ralph Loop |
Read ralph-loop.md |
scan [--milestone <name>] |
Scan |
Read scan.md |
verify <number> |
Verify |
Read verify.md |
| update phrases ("update issue", "add to #123") |
Update |
Read update.md |
| progress phrases ("check off", "mark complete") |
Progress |
Read progress.md |
| (none) or create phrases |
Create |
Read create.md |
First action: Read the appropriate .md file for your detected mode, then follow those instructions exactly.
Supported Issue Types
GitHub supports 5 issue types. The title emoji can be any gitmoji:
| GitHub Type |
Canonical Emoji |
Alternative Emojis |
Use For |
| Bug |
🐛 |
🔒 (security) |
Defects, unexpected behavior |
| Feature |
✨ |
⚡ (perf), 💥 (breaking) |
New functionality, enhancements |
| Task |
📋 |
📝 (docs), ✅ (test) |
Documentation, testing, specific work items |
| Chore |
🔧 |
♻️ (refactor), ⬆️ (deps), 👷 (ci), 🔥 (remove) |
Maintenance: refactor, deps, ci, cleanup |
| Epic |
🎯 |
- |
Major feature spanning multiple issues |
| Theme |
🎨 |
- |
Strategic initiative spanning epics |
See conventions.md for full gitmoji-to-type mapping.
Note: For release preparation, use /pr release <version> to create a Release Prep PR.
Reference Files
- view.md - View issue mode
- create.md - Create issue mode
- update.md - Update issue mode
- progress.md - Progress tracking mode
- verify.md - Acceptance criteria verification mode
- ralph-loop.md - Ralph Loop mode (iterative issue resolution)
- scan.md - Scan mode (flag subjective acceptance criteria)
- templates.md - Issue body templates for each type
- conventions.md - Label taxonomy, title formatting, milestone rules
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: issue-63description: Use when user says "/issue", "create issue", "file issue", "report bug", "request feature", "update issue", "check off", "verify issue", "view issue", or needs to manage GitHub issues.4---56# Issue Skill78Create, update, and manage GitHub issues following ZeroAE conventions. Infer as much as possible from context; only ask when ambiguous.910## Modes1112| Mode | Trigger | Purpose |13|------|---------|---------|14| **View** | "view issue", "view #123", `/issue view <number>` | Display full issue details (body, criteria, deps, comments) |15| **Create** | "create issue", "file issue", "new issue", "report bug", "request feature" | Create new issue |16| **Update** | "update issue", "add to issue", "update #123" | Modify existing issue |17| **Progress** | "check off", "mark complete", "done with", "finished" | Check checkboxes based on work done |18| **Verify** | `/issue verify <number> [--all] [--dry-run]` | Validate unchecked criteria, prompt to check off |19| **Ralph Loop** | `/issue ralph-loop <number> [--max-iterations <n>]` | Iteratively work until all criteria pass |20| **Scan** | `/issue scan [--milestone <name>] [--fix]` | Flag subjective acceptance criteria |2122## Mode Detection2324When this skill is invoked, arguments follow the skill name (e.g., `/issue view 135` passes "view 135" as arguments).2526**IMPORTANT:** Before doing anything else, identify the mode from the invocation arguments:2728| Arguments | Mode | Instructions |29|-----------|------|--------------|30| `view <number>` | View | Read `view.md` |31| `ralph-loop <number>` | Ralph Loop | Read `ralph-loop.md` |32| `scan [--milestone <name>]` | Scan | Read `scan.md` |33| `verify <number>` | Verify | Read `verify.md` |34| update phrases ("update issue", "add to #123") | Update | Read `update.md` |35| progress phrases ("check off", "mark complete") | Progress | Read `progress.md` |36| (none) or create phrases | Create | Read `create.md` |3738**First action:** Read the appropriate `.md` file for your detected mode, then follow those instructions exactly.3940## Supported Issue Types4142GitHub supports 5 issue types. The title emoji can be any gitmoji:4344| GitHub Type | Canonical Emoji | Alternative Emojis | Use For |45|-------------|-----------------|-------------------|---------|46| Bug | 🐛 | 🔒 (security) | Defects, unexpected behavior |47| Feature | ✨ | ⚡ (perf), 💥 (breaking) | New functionality, enhancements |48| Task | 📋 | 📝 (docs), ✅ (test) | Documentation, testing, specific work items |49| Chore | 🔧 | ♻️ (refactor), ⬆️ (deps), 👷 (ci), 🔥 (remove) | Maintenance: refactor, deps, ci, cleanup |50| Epic | 🎯 | - | Major feature spanning multiple issues |51| Theme | 🎨 | - | Strategic initiative spanning epics |5253See [conventions.md](conventions.md) for full gitmoji-to-type mapping.5455> **Note:** For release preparation, use `/pr release <version>` to create a Release Prep PR.5657## Reference Files5859- [view.md](view.md) - View issue mode60- [create.md](create.md) - Create issue mode61- [update.md](update.md) - Update issue mode62- [progress.md](progress.md) - Progress tracking mode63- [verify.md](verify.md) - Acceptance criteria verification mode64- [ralph-loop.md](ralph-loop.md) - Ralph Loop mode (iterative issue resolution)65- [scan.md](scan.md) - Scan mode (flag subjective acceptance criteria)66- [templates.md](templates.md) - Issue body templates for each type67- [conventions.md](conventions.md) - Label taxonomy, title formatting, milestone rules6869---70> Converted and distributed by [TomeVault](https://tomevault.io/claim/zeroae) — claim your Tome and manage your conversions.71<!-- tomevault:4.0:skill_md:2026-04-15 -->