Taylor Buchanan's Agent Skills
August 12, 2026 · View on GitHub
A collection of Agent Skills
— self-contained capabilities (a SKILL.md plus any supporting scripts and
assets) that Claude loads on demand when a task matches the skill's
description.
Skills
| Skill | Purpose |
|---|---|
| pr-review-followup | Follow up on your GitHub PR review after the author pushes changes — re-review only what changed since your last pass, then resolve the threads that were fixed and reply to the ones that weren't (propose-then-confirm). |
| resolve-azp-deployment-backlog | Clear a backlog of pending Azure Pipelines manual-approval deployments — reject every superseded approval and optionally approve only the newest. |
pr-review-followup composes three internal building-block skills —
pr-review-diff,
pr-review-verdict, and
pr-review-apply — which are marked
user-invocable: false (Claude composes them; they aren't direct / commands).
Contributing
See CONTRIBUTING.md for setup, authoring skills, and running the containerized eval suite.