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 when work is ready to push and open a pull request, or when asked to create/submit a PR.
Automate staging, formatting, commit creation, push, and GitHub PR creation.
main/master, run the branch skill first.Stage all changes. Detect and run project formatter (prettier, black, rubocop, etc.) on changed files, then re-stage.
If changes span multiple logical units, split into focused commits. Otherwise, single commit.
Commit type guidance: feat, fix, refactor, test, docs, style, chore.
Review git diff main..HEAD before creating PR:
If issues found: offer to fix now, note in PR, or proceed anyway.
Push with --set-upstream, then create PR:
gh pr create --title "<title>" --body "$(cat <<'EOFPR'
## Context
<2-4 bullets on what changed and why>
npx skills add Apostolos-Delis/Dotfiles --skill create-prHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.