swe-workflow-verify

Run tests, lint checks, and verify requirements against coding standards.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/EarthmanWeb/serena-workflow-engine --skill swe-workflow-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swe-workflow-verify
Source: https://github.com/EarthmanWeb/serena-workflow-engine/tree/main/skills/swe-workflow-verify
Command: npx skills add https://github.com/EarthmanWeb/serena-workflow-engine --skill swe-workflow-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies implementation completeness and quality across a software project.

Core Features & Use Cases

  • Run tests to validate functionality.
  • Check requirements and verify adherence to documented standards.
  • Lint/format checks to ensure codebase quality and consistency.
  • Surface findings and guide next steps to fix regressions.

Quick Start

Run the verify skill after implementing a feature to confirm it meets requirements and passes tests.

Frequently Asked Questions about swe-workflow-verify

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

FAQPage Schema
How do I verify code quality and check compliance with coding standards?

To verify code quality and check compliance, run tests, compare implementation against documented requirements, and execute lint and format checks to surface regressions with a clear pass or fail outcome.

What is the best way to run end-to-end validation after implementing a feature?

The best way to run end-to-end validation is to execute tests, verify requirements, enforce REF_DEV_STANDARDS, and perform lint checks to confirm the implementation meets documented obligations and passes.

How do I check if my code passes requirements and lint checks before finalizing?

Check if your code passes requirements by running an automated verification process that executes tests, compares results against documented requirements, and applies lint and format checks across the codebase.

Can I use automated checks to surface regressions and enforce development standards?

Yes, you can use automated checks to run tests, enforce CLAUDE_OBLIGATIONS and REF_DEV_STANDARDS, and surface regressions, providing a clear pass or fail outcome to guide next steps.

Why does my code pass tests but still fail coding standards verification?

Code can pass tests but fail coding standards verification because the process also checks requirements adherence, enforces documented obligations, and runs lint and format checks, meaning any single failure results in an overall fail outcome.

Do I need documented requirements to perform end-to-end codebase validation?

Yes, you need documented requirements because the validation process compares the implementation against them, enforces development standards, and executes tests to ensure complete compliance and code quality.