Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
gh. Check gh --version. If missing, ask the user to install gh and stop.gh session. Run gh auth status. If not authenticated, ask the user to run gh auth login (and re-run gh auth status) before continuing.(feat|fix|...)/{description} when starting from main/master/default. Follow conventional commits (https://www.conventionalcommits.org/en/v1.0.0/){description} (terse).(feat|fix|...): {description} summarizing the full diff.git checkout -b "codex/{description}"git status -sb then git add -A.git commit -m "{description}"git push -u origin $(git branch --show-current)npx skills add vana-com/personal-server-ts --skill yeetHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.