/audit-pr
Audit a whole PR against the delivery contract and return MERGE-READY or evidenced blockers with the full URL. Posts a SHA-bound ready comment; never edits or merges. Triggers: "audit-pr", "is this PR ready", "merge gate".
$ npx -y skills add gtrabanco/agentic-workflow --skill audit-pr --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/audit-pr
Context preview
The summary Claude sees to decide when to auto-load this skill.
Audit a whole PR against the delivery contract and return MERGE-READY or evidenced blockers with the full URL. Posts a SHA-bound ready comment; never edits or merges. Triggers: "audit-pr", "is this PR ready", "merge gate".
πͺπΈ VersiΓ³n en espaΓ±ol A reusable set of agent skills that run a disciplined, doc-driven workflow for building software with agents β from idea/issue to a reviewed, classified, merge-ready change.
Other skills on agentic-workflow.
- /audit-docs
Audit cross-document coherence: docs β roadmap β code β fix index β issues. Finds drift β features in docs/ not in the roadmap (or vice versa), fix-index entries already merged/closed, broken documentation-map links, dependency cycles, artifacts in the wrong language,
Open skill - /bump-skill
Internal agentic-workflow maintenance: after SKILL.md edits, bump semver, lint authoring rules, and synchronize changelogs, READMEs, routing metadata, and migrations. Triggers: "bump the skill", "update the changelog", "version bump".
Open skill - /design-feature
Turn a raw idea or existing feature into a designed product SPEC by completing entity, integration, role, and expectation closure. Upserts never destroy recorded decisions. Triggers: "design-feature", "design this feature", "define product scope".
Open skill - /discover-repository-state
Discover repository evidence and write a frozen Normalized Repository State. Produces verified repository evidence and keeps facts, decisions, planned work, documentation, and inference separate. It does not make recommendations or infer implementation from documentation.
Open skill - /execute-phase
Implement exactly one planned feature or fix phase with pre-edit gates, verified commit discipline, and final PR close-out. Use --fix for fix SPECs; --force is user-only. Triggers: "execute-phase", "implement phase", "build feature from spec", "execute fix".
Open skill - /fold-findings
Repair persisted fix-now findings one at a time: root-cause fix, green gate, commit/push, and `folded: yes` ledger update. Never reclassify or substitute backlog notes. Triggers: "fold-findings", "fix the review findings", "repair audit blockers".
Open skill

