verifier_skill_generator

Use when a project needs one or more verifier skills for web, CLI, or API runtime checks that the Verify agent can discover automatically.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "verifier_skill_generator" with this command: npx skills add wimi321/verifier-skill-generator

Verifier Skill Generator

Use this skill to create project-specific verifier skills.

Workflow

  1. Detect project areas and application types.
  2. Decide whether each area needs web, CLI, or API verification.
  3. Identify available automation tools and setup gaps.
  4. Ask only the project-specific questions needed to finalize each verifier.
  5. 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Workflow Skillify

Use when a successful session or repeatable process should be captured as a reusable skill with steps, arguments, and invocation guidance.

Registry SourceRecently Updated
1281Profile unavailable
Coding

Stuck Session Diagnosis

Use when another Claude Code session appears frozen, stuck, or abnormally slow and needs process-level diagnosis and reporting.

Registry SourceRecently Updated
1160Profile unavailable
Coding

Statusline Setup

Use when the user wants to configure Claude Code statusline UI by inspecting shell prompt configuration and updating the relevant settings.

Registry SourceRecently Updated
900Profile unavailable
Coding

Session Debug Log Investigator

Use when diagnosing a failing or confusing Claude Code session by enabling debug logging, tailing recent logs, and explaining warnings or errors.

Registry SourceRecently Updated
950Profile unavailable