plan-audit

Audits completed work against a plan (WIs + acceptance + tests) and reports gaps, logic errors, and missing coverage with file/line references.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "plan-audit" with this command: npx skills add xiaolai/vmark/xiaolai-vmark-plan-audit

Plan Audit

Overview

Audits completed work against a plan (WIs + acceptance + tests) and reports gaps, logic errors, and missing coverage with file/line references.

Workflow (Audit)

Locate the plan

  • Prefer docs/codex-plans/<plan>.md (local, not in repo).

  • If unclear, ask for the plan path or the WI list.

Extract audit checklist

  • For each WI, list:

  • Goal

  • Acceptance criteria

  • Tests required

  • Touched areas (files/symbols)

Map implementation to WIs

  • Use git log , git show --stat , rg , and file inspection.

  • Record which files/commits satisfy each WI.

Gap & correctness analysis

  • Check each acceptance item vs actual behavior.

  • Find logic errors, edge-case failures, and incomplete flows.

  • Validate test coverage against the “Tests (first)” section.

  • If the plan references specs, verify implementation matches those specs.

  • If the plan is missing acceptance/tests, record it as a plan-quality gap.

Report findings

  • Order by severity: Critical → High → Medium → Low.

  • Each finding must include:

  • WI reference

  • File path + line

  • Why it violates the plan

  • Expected behavior per plan

Output Format (required)

  • Findings (ordered by severity)

  • File:line and WI reference

  • Impact and suggested fix

  • Plan Gaps Summary

  • WI‑### → missing/partial acceptance items

  • Test Coverage Gaps

  • Missing tests, broken tests, or “test not written”

  • Notes / Risks

  • Any assumptions or unverified areas

  • Evidence

  • Cite concrete evidence for each finding (files/lines/commit IDs).

Audit Rules

  • Do not run tests here unless the user explicitly asks; this is an inspection pass.

  • Be strict about spec drift: if behavior diverges from plan text, flag it.

  • If you cannot locate the plan, stop and ask for it.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

shortcut-audit

No summary provided by upstream source.

Repository SourceNeeds Review
General

tiptap-editor

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ai-coding-agents

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

tiptap-dev

No summary provided by upstream source.

Repository SourceNeeds Review