Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-audit-uat

The mindforge-audit-uat skill scans all project phases for incomplete user acceptance testing and verification items, identifying those that are pending, skipped, blocked, or require human intervention. It cross-references these items against the codebase to identify outdated documentation, then generates a prioritized test plan to guide manual testing efforts.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-audit-uat && cp -r /tmp/mindforge-audit-uat/.agent/skills/mindforge-audit-uat ~/.claude/skills/mindforge-audit-uat
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<objective>
Scan all phases for pending, skipped, blocked, and human_needed UAT items. Cross-reference against codebase to detect stale documentation. Produce prioritized human test plan.
</objective>

<execution_context>
@.agent/workflows/mindforge-audit-uat.md
</execution_context>

<context>
Core planning files are loaded in-workflow via CLI.

**Scope:**
Glob: .planning/phases/*/*-UAT.md
Glob: .planning/phases/*/*-VERIFICATION.md
</context>