verifier

Execute completion checklists, code-quality sweeps, and CI checks to produce pass/fail reports.

Updated Feb 24, 2021
One-click install
npx skills add https://github.com/roderik/roderik.github.io --skill verifier-roderik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verifier
Source: https://github.com/roderik/roderik.github.io/tree/main/.agents/skills/verifier
Command: npx skills add https://github.com/roderik/roderik.github.io --skill verifier-roderik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The verifier solves the challenge of ensuring code implementations meet all defined completion criteria, quality gates, and CI requirements by executing planned checks and reporting results.

Core Features & Use Cases

  • Executes every completion-checklist item (CC-xx) and reports PASS/FAIL with details.
  • Runs the sweep skill to assess code quality, reuse, and efficiency, and handles findings.
  • Triggers the Full CI tier from the testing skill to validate build health before functional verification.
  • Generates a structured verification report and supports automated re-verification after fixes.
  • Useful for teams needing formal, auditable verification before declaring work complete.

Quick Start

Run the verifier to execute all CC items, perform CI checks first, then sweep findings, and generate a final verification report.

Frequently Asked Questions about verifier

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

FAQPage Schema
How do I automate end-to-end verification of code quality and CI checks?

Automated end-to-end verification executes completion checklists, code-quality sweeps, and CI checks. It orchestrates activities across CC items, sweep, and CI, producing per-item pass/fail reports and a final verification summary.

What is the best way to generate structured verification reports before declaring work complete?

Generating structured verification reports requires running completion checklist items, triggering Full CI tier builds, and executing sweep checks. It produces per-item PASS/FAIL details and an auditable final verification summary.

How does automated code verification handle CI build health and functional testing?

Automated code verification triggers the Full CI tier from the testing skill to validate build health first. It then performs UI/API verification defined by completion checklist items before generating a summary.

Can I run automated re-verification after fixing code quality and sweep findings?

Automated re-verification is supported after fixes. The verifier executes completion checklist items, runs the sweep skill to assess code quality and efficiency, triggers CI checks, and generates updated per-item pass/fail reports.

Does end-to-end code verification support formal audits of software implementations?

End-to-end code verification supports formal audits by executing every completion-checklist item and generating structured reports. It validates build health and code quality, producing per-item pass/fail details and a final verification summary.

When should I use an automated verification skill instead of manual code review?

Automated verification is needed when teams require formal, auditable verification before completion. It orchestrates completion checklists, code-quality sweeps, and CI checks to produce structured reports, replacing manual review processes.