Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/k2-dev:pr-creationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
<type>: <summary> (<ticket-id>)
Types: feat, fix, refactor, docs, test, chore, perf, security
IMPORTANT: Always follow the Pull Request template in .github/pull_request_template.md if it exists.
If no template exists, use:
## Summary
Brief description of changes
## Changes
- List of changes
## Testing
- How validated
## References
- Implements: <ticket>
gh pr create --title "feat: Add feature (beads-123)" \
--body "$(cat <<'EOF'
## Summary
...
## Changes
- ...
## Testing
- ...
## References
- Implements: beads-123
EOF
)"
gh pr view --json url -q .url
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin ivankristianto-k2-devCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.