Loading...
Loading...
Create GitHub issues with proper task classification. Classification determines which Skills will be used when working on the issue.
npx skill4agent add hiromaily/go-crypto-wallet github-issue-creationbugenhancementrefactoringdocumentationsecuritytechnical-debttestlang:*scope:*testlabel-context-mapping## Proposed Issue
**Title**: [Clear title - 50-72 chars]
**Labels**: [type], [lang/scope], [test scope if applicable], [chain if applicable]
**Skills**: [git-workflow] + [skill based on label-context-mapping]
**Body**:
## Description
[What needs to be done]
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2gh issue create \
--title "Title" \
--body "Body" \
--label "type,lang/scope,chain"Required: [Type] + [Language OR Scope]
Optional: [Test Scope] + [Chain]
→ Labels determine Skills (see label-context-mapping)
→ Skills determine workflow