Agent skill
issue
Create a GitHub issue with AIDE label conventions and GitHub Issue Type.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/issue-lightforgelabsstudio-aide
SKILL.md
Issue
Create issues consistently with required labels so work is trackable.
Inputs
- Title (required)
- Body (required) — use Goals / Scope / Non-Goals / Success Criteria structure; plain bullets, no checklists
- Issue Type:
feature|bug|technical-debt|chore|documentation|research|epic - Priority:
critical|high|medium|low - Area:
area:<name> - Status:
status:needs-spec|status:ready|status:in-progress - Optional: repo override (
owner/repo)
Workflow
-
Build labels list:
priority:<x>,area:<y>,status:<z>(addEpiclabel 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.
Notes
- Do not use checklists (
- [ ]) in issue bodies; use plain bullets. - For batch issue creation, use
/scopewith the issue-creator tool instead.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?