Delivery baseline audit
Skill markoblogo/abvx-agent-skills/skills/delivery-baseline-audit
Reviewable capability layer for coding agents. Portable skills, delivery gates, workflow patterns, and verification-first engineering.
npx -y skills add markoblogo/abvx-agent-skills --skill delivery-baseline-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Audit claimed delivery against the starting baseline and the current working tree. Use when a task has declared deliverables, when a long run might say 'done' before shipping real changes, or when final verification must check the actual artifact set rather than only the transcript or commits.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.1 KB, as published. Nobody here has run it
Delivery Baseline Audit
Verify that the promised deliverables actually exist relative to where the work started.
Use When
- the task names files, features, screens, commands, or other concrete deliverables;
- the implementation ran through multiple phases or retries;
- the working tree may contain staged, unstaged, or untracked work that matters;
- "agent said done" is not enough evidence.
Core Rules
- Compare against the starting baseline, not just the latest transcript claim.
- Check the whole working tree, not only committed diffs.
- Re-run final mandatory commands once at the end for cross-phase regressions.
- Treat missing deliverables as a gap even if the narrative sounds complete.
Workflow
- Capture or identify the baseline reference before major work starts.
- List the declared deliverables and acceptance criteria.
- At the end, inspect the full working tree relative to that baseline:
- committed changes;
- staged changes;
- unstaged changes;
- deletions;
- untracked deliverables.
- Re-run the final mandatory verification commands.
- Spot-check each deliverable against its declared acceptance criteria.
- Report gaps explicitly and fix them before calling the task complete.
Audit Output
Include:
- baseline reference used;
- deliverables checked;
- commands re-run;
- gaps found;
- fix-needed or complete verdict.
Anti-Patterns
- Do not audit only what was committed if the working tree still matters.
- Do not rely on a prior mid-task pass as the final audit.
- Do not mark complete when a declared deliverable is absent or unverifiable.
Final Report
State whether completion was confirmed against baseline, partially confirmed, or blocked by missing evidence.