github-workflows/skills/shape-issues/SKILL.md
Shape raw ideas into actionable GitHub Issues using Shape Up methodology
npx skillsauth add jacobpevans/claude-code-plugins shape-issuesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Iterative issue exploration and shaping process that transforms rough ideas into well-defined, time-boxed GitHub Issues using Shape Up methodology and continuous discovery principles.
Attribution: Based on work by roksechs
ready-for-dev label for developer pickup| Label | Duration |
| --- | --- |
| size:xs | < 1 day |
| size:s | 1-3 days |
| size:m | 3-5 days |
| size:l | 1-2 weeks |
| size:xl | 2+ weeks |
gh issue list, gh pr listgh issue create with template, add ready-for-dev labelKey sections: Problem (raw idea, pain, size), Solution Sketch (concept, out of scope), Rabbit Holes (complexity traps), Done Looks Like (acceptance criteria).
/shape-issues
Workflow: /shape-issues -> implementation -> /ship
documentation
Use when editing GitHub Actions workflow files (.github/workflows/*.yml) in JacobPEvans repos. Documents when to target self-hosted RunsOn runners vs GitHub-hosted runners, the v3 label catalog used across the org, the required github.run_id segment, and the GitHub App allowlist prereq.
testing
Check PR merge readiness, sync local repo, cleanup stale worktrees; optional cross-repo sweep and stale-branch prune modes
tools
Local rebase-merge workflow for pull requests with signed commits
tools
Canonical reference for all gh CLI command shapes used by skills in this plugin. Defines the placeholder convention, allowed --json fields, GraphQL fallback rules, -f/-F/--raw-field flag semantics, the PR-readiness gate, code-scanning alert query, review-thread fetch/count/resolve mutations, and heredoc bodies. Prevents Unknown JSON field errors and divergent query shapes.