skills/smithery.ai/github-issue-workflow

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

  1. Read the issue: github_read_issue(repo, number)

    • Understand what's being asked
    • Note any specific requirements
  2. 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}
    
Installs
2
First Seen
Mar 25, 2026
github-issue-workflow from smithery.ai