verify

Spawn a verifier agent to check codebase evidence for goal achievement.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/oscardlfr/AndroidCommonDoc --skill verify-oscardlfr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/oscardlfr/AndroidCommonDoc/tree/main/skills/verify
Command: npx skills add https://github.com/oscardlfr/AndroidCommonDoc --skill verify-oscardlfr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of goal-backward verification, ensuring that your project meets the specified goals and criteria.

Core Features & Use Cases

  • Goal-Backward Verification: Automatically verify if a goal has been achieved by checking the codebase.
  • Custom Criteria: Provide additional criteria for verification if desired.
  • Use Case: After completing a feature, use this Skill to confirm it meets the specified requirements.

Quick Start

Verify the completion of a feature by running: /verify "Feature X meets all requirements"

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate goal-backward verification for my software development project?

Automated goal-backward verification checks your codebase against specified goals by spawning a verifier agent. You provide the goal and optional criteria, and the system scans the project to confirm feature completion and requirements achievement.

What is goal-backward verification in codebase analysis?

Goal-backward verification is the process of validating codebase evidence against predefined project goals. It confirms whether a completed feature actually meets the specified requirements by checking the codebase automatically.

How do I verify codebase evidence for feature completion against custom criteria?

You verify feature completion by running the verification command with your specific goal string. You can provide additional custom criteria to ensure the verifier agent checks the codebase evidence against your exact requirements.

Do I need a specific verifier agent to check my project goals?

Yes, goal-backward verification requires access to the project codebase and a compatible verifier agent. The agent spawns automatically to analyze the codebase and validate the specified goals and criteria.

When should I use automated verification for software quality?

Use automated verification after completing a feature to confirm it meets specified requirements. It applies to software development projects needing automated testing and validation of feature completion against defined goals.

Can I provide additional criteria for codebase analysis verification?

Yes, you can provide additional custom criteria for verification. The verifier agent will check the codebase evidence against both the primary goal and any supplementary criteria you specify to ensure comprehensive validation.