aif-verify

Audits a project to verify plan adherence, compilation, tests, and quality.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/VeronikaVashkevich/job-tracking-app --skill aif-verify-veronikavashkevich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-verify
Source: https://github.com/VeronikaVashkevich/job-tracking-app/tree/main/.opencode/skills/aif-verify
Command: npx skills add https://github.com/VeronikaVashkevich/job-tracking-app --skill aif-verify-veronikavashkevich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Verifying completed work against the plan is time-consuming and error-prone without an objective, repeatable process. This skill provides a structured way to confirm that all tasks are implemented, code compiles, tests pass, and quality standards are met.

Core Features & Use Cases

  • Plan-alignment check: compares implemented work to the defined plan and highlights gaps.
  • Build & test verification: ensures the project compiles and automated tests pass.
  • Confidence reporting: generates a structured verification report with actionable findings.

Quick Start

Run /aif-verify after a feature is implemented to validate completeness and quality.

Frequently Asked Questions about aif-verify

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

FAQPage Schema
How do I verify code implementation against a project plan?

Verifying code implementation against a project plan involves auditing completed work to ensure all plan tasks are fully realized, code compiles, automated tests pass, and quality standards are met. This generates a structured verification report with actionable findings.

What is the best way to check if all planned tasks are implemented in a feature branch?

Checking if all planned tasks are implemented in a feature branch requires a plan-alignment check. This compares the implemented work directly against the defined plan to highlight any gaps, ensuring branch-based development aligns with the original requirements.

How do I generate a structured report for build and test verification?

Generating a structured report for build and test verification involves running checks to confirm the project compiles and automated tests pass. The process outputs a structured confidence report detailing actionable findings on implementation quality.

When do I need to run an implementation quality audit?

You need to run an implementation quality audit after a feature is implemented or during the verification phase across codebases using branch-based plans. It validates completeness, enforces plan adherence, and confirms that CI and diffs meet required quality standards.

Does implementation verification work without branch-based plans and CI?

Implementation verification is specifically applicable across codebases that use branch-based plans, CI, and diffs. Without these elements, the structured verification process cannot enforce plan adherence or perform the required build and test checks effectively.

Why does my completed feature fail the plan-alignment check?

A completed feature fails the plan-alignment check when the implemented work deviates from the defined plan, leaving gaps in task realization. The verification report highlights these specific mismatches in your codebase diff.