.agents/skills/draft-issue/SKILL.md
Draft GitHub issues for liftcoach repo
npx skillsauth add tomkis/liftcoach draft-issueInstall 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.
Create GitHub issues for the tomkis/liftcoach repository.
Start with user's vague problem - e.g. "build new workout tracking engine"
Explore codebase for context:
Ask clarifying questions based on findings:
Synthesize into structured issue:
Check for duplicates:
gh issue list --repo tomkis/liftcoach --search "<keywords>"
Show matches, ask to proceed.
Suggest labels:
bugenhancementchoreAsk for assignee (suggest the current authenticated user by running gh api user -q .login)
Show full issue for approval - render complete issue as markdown:
# Title
[body content]
---
Labels: x, y
Assignee: username
Ask user to confirm or request changes.
Create issue (after approval):
gh issue create --repo tomkis/liftcoach \
--title "Title" \
--body "Body" \
--label "labels" \
--assignee "username"
Return issue URL.
development
--- name: write-a-prd description: Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when user wants to write a PRD, create a product requirements document, or plan a new feature. --- This skill will be invoked when the user wants to create a PRD. You may skip steps if you don't consider them necessary. 1. Ask the user for a long, detailed description of the problem they want to solve and any potential ideas for solutions. 2. Expl
testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Pick and implement the next user story from a PRD GitHub issue. Analyzes merged PRs for prior work and findings, proposes a plan, implements it, and creates a PR linking back to the PRD. Use when user says "ralph it", "ralph-it", or wants to work through PRD user stories.
testing
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".