Two weeks after I built a workflow for myself, teammates asked to install it in their own setup.
I'll show you why — and by the end, how you'd build your own.
A reusable instruction file that teaches your agent how to do a task the way you'd want it done — and when to reach for it.
Four parts. That's the whole anatomy — remember these and you can read (or write) any skill.
description + instructions are the spec. Format & guardrails are conventions that make skills reliable.
submit-pr-review — turns a diff into a PR review request, drafted the way I'd write it.
The output isn't perfect — it's ready to edit and send.
--- name: submit-pr-review description: Turns a code review into an approved GitHub PR review and submits it only after human approval. # ← WHEN Use when the user wants to post or submit a review... allowed-tools: Read Grep Glob Bash # ← GUARDRAIL --- # Submit PR Review # ← HOW (instructions) Identify the PR. Run the review. Turn findings into a draft. Do not post anything until the human approves # ← GUARDRAIL the exact review body. ## Write the Review # ← FORMAT 1. Must fix before merge 2. Should verify before merge 3. Suggestions and notes
grill-me — interviews you about a plan until it's sharp. Same four parts. No diff, no repo.
teach — a stateful skill that generates whole HTML lessons, cheat sheets, and a learning plan.
write-a-skill — a skill whose whole job is interviewing you and writing the skill for you.
So the barrier isn't skill.
It's picking the one task.
None of these made me faster.
They removed the friction that stopped me from doing the thing at all.
.md file.The repo link is in the chat. Try it once. That's all it takes.
Deck + skills repo: github.com/fpigeonjr/ai-guild-talk
SKILL.md spec