ws-verifier

Verify code implementations against task definitions and coding conventions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Wondersauce/claude-code-plugin --skill ws-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ws-verifier
Source: https://github.com/Wondersauce/claude-code-plugin/tree/main/skills/ws-verifier
Command: npx skills add https://github.com/Wondersauce/claude-code-plugin --skill ws-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that code implementations strictly adhere to task definitions, project documentation, and established coding conventions, preventing architectural drift and maintaining code quality.

Core Features & Use Cases

  • Automated Code Review: Independently verifies code against acceptance criteria, patterns, and constraints.
  • Quality Assurance: Identifies deviations, security risks, and documentation gaps before code is merged.
  • Use Case: After ws-dev implements a new feature, ws-verifier automatically checks if the code meets all specified requirements and follows project standards, providing a pass/fail/partial result.

Quick Start

Use the ws-verifier skill to verify the latest code changes against the task definition.

Frequently Asked Questions about ws-verifier

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

FAQPage Schema
How do I verify code implementation against project documentation and conventions?

To verify code implementation, this Skill automatically checks your latest changes against task definitions, acceptance criteria, and project standards, returning a pass, fail, or partial result.

What is automated code review against acceptance criteria?

Automated code review against acceptance criteria is the process of independently validating code output to identify architectural drift, security risks, and documentation gaps before merging.

How do I automate quality assurance checks for coding standards compliance?

You can automate quality assurance checks by providing task definitions and build results, allowing the Skill to perform comprehensive auditing of patterns, reuse, and constraints.

Can I use automated verification to prevent architectural drift in software development?

Yes, you can use automated verification to prevent architectural drift by strictly validating code implementations against established project documentation and coding conventions.

What do I need to perform comprehensive code verification checks?

To perform comprehensive code verification checks, you need access to task definitions, build results, and current project documentation to evaluate adherence to constraints and patterns.

Does code verification work without integrating build results?

Code verification requires build results and task definitions to perform comprehensive checks across acceptance criteria and constraints, so operating without them limits the validation scope.