aif-verify

Verify planned work completion and build, test, and quality gate compliance.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/afterwork/arra-aif --skill aif-verify-afterwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-verify
Source: https://github.com/afterwork/arra-aif/tree/main/.cursor/skills/aif-verify
Command: npx skills add https://github.com/afterwork/arra-aif --skill aif-verify-afterwork

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates and standardizes post-implementation validation by checking that all planned tasks are completed, code compiles, tests pass, and quality standards are met.

Core Features & Use Cases

  • Plan alignment: Verifies that the current implementation matches the plan and does not miss any tasks.
  • Quality gates: Checks build status, test results, lint issues, and adherence to project rules.
  • Usage scenarios: Useful during release readiness, code reviews, and audit preparation.

Quick Start

Run /aif-verify to generate a verification report for the latest changes.

Frequently Asked Questions about aif-verify

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

FAQPage Schema
How do I verify post-implementation code quality and build readiness?

You can verify post-implementation quality by running a validation pass that checks build status, test results, and linting. This ensures your code meets project rules and satisfies all quality gates before review or release.

What is the best way to check if my implementation matches the planned tasks?

Plan alignment verification identifies gaps between planned work and actual implementation. It enforces traceability to the original plan, ensuring no tasks are missed and the implementation matches the defined project scope.

How do I prepare my software project for an audit and release readiness check?

Prepare for an audit by generating a verification report that checks successful compilation, passing tests, and lint adherence. This validates that all planned features are complete and meet project quality standards.

Can I use automated quality gates to check tests and linting in one pass?

Yes, automated quality gates can check build status, test results, and lint issues simultaneously. This standardizes post-implementation validation to ensure your software is ready for review or release in a single pass.

Why does my build pass but the implementation still miss planned features?

A successful build does not guarantee plan alignment. You need post-implementation validation to identify gaps between planned work and actual code, verifying that all tasks are completed and traceable to the original plan.