github-issue-workflow
Installation
SKILL.md
GitHub Issue Workflow (Float-Ritual-Stack)
When asked to "work on issue X", "process issue X", or "handle float-hub#7", follow this workflow.
This is Evan's personal workflow for float-ritual-stack projects - optimized for fast iteration and rich communication.
Step 1: Read & Start
-
Read the issue:
github_read_issue(repo, number)- Understand what's being asked
- Note any specific requirements
-
Add to project board (if not already there):
# Add issue to float-hub-operations project gh issue view {number} --repo {repo} --json projectItems --jq '.projectItems[].id' || \ gh project item-add 5 --owner float-ritual-stack --url https://github.com/{repo}/issues/{number}