verify-work

Automate multi-phase code change verification for security, best practices, and performance.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/cbemister/claude-code --skill verify-work-cbemister
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verify-work
Source: https://github.com/cbemister/claude-code/tree/main/.claude/skills/verify-work
Command: npx skills add https://github.com/cbemister/claude-code --skill verify-work-cbemister

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the verification of code changes to catch security issues, best-practice violations, and performance concerns before they reach the repository, reducing risk and rework.

Core Features & Use Cases

  • Multi-phase checks: Enforces security, validation, style, and error-handling checks across changes.
  • Pre-commit readiness: Ideal for Phase 0 of /ship and manual usage to validate diffs before commits.
  • Auto-fix guidance: Provides actionable remediation steps for common issues and guidance for complex fixes.

Quick Start

Run the verify-work skill to perform automated pre-commit checks on your current changes. Use it during Phase 0 of /ship or manually via /verify-work to validate a specific diff and apply suggested fixes before committing.

Frequently Asked Questions about verify-work

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

FAQPage Schema
How do I automate pre-commit checks for security and performance issues?▼

Automating pre-commit checks for security and performance involves running a structured verification workflow on your code changes to catch violations before they reach the repository. This skill enforces multi-phase quality gates to validate diffs.

What is the best way to enforce code quality best practices before committing changes?▼

The best way to enforce code quality best practices before committing is applying a phase-based review workflow to your current diff. This catches security issues and performance concerns early, reducing risk and rework.

Can I use automated verification for API and UI component changes during my ship process?▼

Yes, you can use automated verification for API and UI component changes during your ship process. It serves as a Phase 0 readiness gate to validate tooling changes and enforce error-handling checks.

How do I get actionable remediation steps for pre-commit security violations?▼

To get actionable remediation steps for pre-commit security violations, run an automated verification workflow that analyzes your code changes. It provides specific guidance for common issues and complex fixes.

Does pre-commit code verification work without external dependencies?▼

Pre-commit code verification can work without external dependencies. This skill operates independently to validate diffs and enforce structured review workflows across your codebase.

What are the limitations of automated pre-commit verification for code changes?▼

A limitation of automated pre-commit verification is that while it provides actionable remediation steps, complex fixes still require manual guidance. It enforces checks but cannot automatically resolve all security and performance issues.