af-qa

Audit task implementation against user requirements and plan with cleanup checks.

3|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/korchasa/ide-rules --skill af-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-qa
Source: https://github.com/korchasa/ide-rules/tree/main/catalog/skills/af-qa
Command: npx skills add https://github.com/korchasa/ide-rules --skill af-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The QA agent verifies that the current task implementation aligns with the user request and plan, while ensuring code hygiene and cleanup of artifacts.

Core Features & Use Cases

  • Verify alignment with the original user request and project plan.
  • Conduct a cleanup audit, flagging temporary files, dead code, and incomplete work.
  • Produce an auditable task log via a management tool (e.g., todo_write) and deliver a clear pass/fail report.

Quick Start

Run af-qa on the current task to generate a pass/fail QA report and actionable cleanup recommendations.

Frequently Asked Questions about af-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is code cleanup auditing and how does it verify task completeness?

Code cleanup auditing verifies task implementation against original requirements and project plans, checking for temporary files, dead code, and incomplete work to produce a pass/fail report.

How do I perform a QA pass on a tracked task flow repository?

Perform a QA pass by cross-checking the original user request and plan status, validating code hygiene, and generating an auditable task log with actionable cleanup recommendations.

Does structured QA require a task management tool to generate logs?

Structured QA uses a task management tool like todo_write to produce an auditable task log, enforcing validation steps and delivering a clear pass/fail report for the implementation.

What's the best way to verify implementation aligns with the project plan?

The best way to verify implementation alignment is cross-checking the original user request against plan status and performing a cleanup pass to flag any incomplete work or artifacts.

Why does task verification flag temporary files and dead code?

Task verification flags temporary files and dead code during a cleanup audit to ensure code hygiene and confirm the repository contains only the necessary, completed implementation artifacts.