Verifier Skill Generator
Use this skill to create project-specific verifier skills.
Workflow
- Detect project areas and application types.
- Decide whether each area needs web, CLI, or API verification.
- Identify available automation tools and setup gaps.
- Ask only the project-specific questions needed to finalize each verifier.
- Generate verifier skill folders in the repo so verification can be repeated later.
Guardrails
- Focus on functional verification, not unit tests or type checks.
- Use names discoverable by downstream verification tooling.
- Include setup, authentication, cleanup, and self-update behavior in each verifier.
Example Requests
- Generate verifier skills for this frontend and API.
- Inspect the project and create runtime verifier skills the Verify agent can find.
Inputs
- Project layout
- Detected stacks
- Verification tooling availability
Outputs
- One or more verifier skill folders
- Project-specific setup guidance
Success Criteria
- Relevant project areas were detected correctly.
- Generated verifiers match web, CLI, or API needs.
- Each verifier is discoverable and reusable.
Non-Goals
- Unit-test-only verification setup
- Generic verifier templates with no project specifics
Source Provenance
Derived from src/commands/init-verifiers.ts.