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…
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".
$ npx -y skills add gtrabanco/agentic-workflow --skill bump-skill --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/bump-skillContext preview
The summary Claude sees to decide when to auto-load this 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".
name: bump-skill user-invocable: false version: 2.3.3 metadata: internal: true description: > 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".
✓ Every changed skill's version: was bumped and BOTH changelogs got their rows ✓ The lint results (all 7 authoring rules, including the two machine-surface parity/ordering checks and the internal-skill discovery-exclusion check) were reported ✓ The git add + commit command block is printed as the ABSOLUTE last output
About to end the turn with any box unchecked? The turn is NOT done — complete the missing box first.
After any edit to one or more `skills/<name>/SKILL.md` files in this repo, before committing. Handles the full documentation surface so nothing drifts.
This skill is **specific to the `agentic-workflow` repository**. Before doing anything, confirm you are in that repo (presence of `skills/` + `CHANGELOG.md`
Versioning policy (from `CHANGELOG.md`):
| Bump | When | |---|---| | **major** | rename, removed/renamed flag, changed contract or output shape — ships with a migration note | | **minor** | new backward-compatible capability: new flag, new section, new routing case | | **patch** | wording, examples, clarifications, internal tidy — no behavior change |
The reference allowlist is exactly the two paths below. After orientation:
1. Read [change discovery and authoring lint](references/DISCOVERY_AND_LINT.md). 2. For every discovered skill, read [version and documentation sync](references/VERSION_AND_DOCS.md). 3. Then print the summary below.
Both resources are normative and one hop from this file. Missing resource → stop; never guess a bump or skip a synchronization surface.
Print a table:
skill old → new bump ───────────────────────────────────────── execute-phase 1.2.0 → 1.3.0 minor plan-fix 1.0.1 → 1.0.2 patch
Then print the next step:
> All documentation updated. Stage and commit: > ``` > git add skills/<name>/SKILL.md CHANGELOG.md README.md > git commit -m "chore(skills): bump <name> to <version> — <one-line reason>" > ``` > If this is a major bump with a migration note, also add `docs/workflow/MIGRATION.md`.
still update the SKILL.md version and CHANGELOG entries, but warn that the diff-based bump analysis is unavailable for untracked files — ask the user what changed.
and length; change only what is factually wrong or missing.
This skill is repo-maintenance for `agentic-workflow` itself, but the repo may be worked on from any agent:
skill, before committing.
mechanical version/changelog bookkeeping.
skill file, and before the commit.
enforces mechanically.
which `init-workspace` reads when installing.
a `user-invocable: true` skill absent from `plugin.json`, a non-alphabetical machine surface) are reported for the user to fix before committing.
to run.
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.
Repo: gtrabanco/agentic-workflow
Audit cross-document coherence: docs ↔ roadmap ↔ code ↔ fix index ↔ issues. Finds drift — features in docs/ not in the roadmap (or vice versa), fix-index…
Audit a whole PR against the delivery contract and return MERGE-READY or evidenced blockers with the full URL. Consumes the current review-change REVIEW-PASS…
Turn a raw idea or existing feature into a designed product SPEC by completing entity, integration, role, and expectation closure. Upserts never destroy…
Discover repository evidence and write a frozen Normalized Repository State. Produces verified repository evidence and keeps facts, decisions, planned work,…
Internal shared owner of evidence-grounded authoring: the fixed claim/authority/evidence/freshness/unknown row, the ordered inventory-evidence-draft-readiness…
Implement all remaining phases of a planned feature/fix by default, or one explicit P<n>, with frozen acceptance, phase-local gates, commits, recovery, and…