skills/issue/SKILL.md
Create a GitHub issue with AIDE label conventions and GitHub Issue Type.
npx skillsauth add lightforgelabsstudio/aide issueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create issues consistently with required labels so work is trackable.
feature | bug | technical-debt | chore | documentation | research | epiccritical | high | medium | lowarea:<name>status:needs-spec | status:ready | status:in-progressowner/repo)Build labels list: priority:<x>,area:<y>,status:<z> (add Epic label if type is epic).
Create issue:
gh issue create --title "..." --body "..." --label "priority:<x>,area:<y>,status:<z>"
Set GitHub Issue Type:
python .aide/tools/set-issue-type.py --issue <num> --type <type>
Fail if this step fails.
Output the created issue URL.
- [ ]) in issue bodies; use plain bullets./scope with the issue-creator tool instead.testing
Skeptical gap analysis for issues, ADRs, plans, and docs. Use when the user wants a second-pass check for missing decisions, contradictions, edge cases, hidden dependencies, scope drift, or readiness before implementation.
tools
Sync branch with remote and confirm a clean end-of-session state.
testing
Create or update an AIDE skill in .aide/skills with valid frontmatter and a concise workflow.
tools
Decompose an accepted ADR into GitHub issues using the issue-creator tool.