Back to Skills

swe-workflow-verify

verified

Verify implementation against requirements and standards

View on GitHub

Marketplace

EarthmanWeb

EarthmanWeb/serena-workflow-engine

Plugin

swe

Repository

EarthmanWeb/serena-workflow-engine

skills/swe-workflow-verify/SKILL.md

Last Verified

January 25, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/EarthmanWeb/serena-workflow-engine/blob/main/skills/swe-workflow-verify/SKILL.md -a claude-code --skill swe-workflow-verify

Installation paths:

Claude
.claude/skills/swe-workflow-verify/
Powered by add-skill CLI

Instructions

## ⚠️ WORKFLOW INITIALIZATION

**If starting a new session**, first read workflow initialization:
```
mcp__plugin_swe_serena__read_memory("WF_INIT")
```
Follow WF_INIT instructions before executing this skill.

---

# Workflow Verify Skill

Verify implementation completeness and quality.

## Purpose

- Run test suites
- Check against requirements
- Verify coding standards compliance
- Ensure no regressions

## Actions

1. **Run tests** - Execute relevant test commands
2. **Check requirements** - Compare implementation to documented requirements
3. **Verify standards** - Check against CLAUDE_OBLIGATIONS and REF_DEV_STANDARDS
4. **Lint/format check** - Run linters if configured

## Verification Checklist

- [ ] All tests pass
- [ ] Requirements met
- [ ] Coding standards followed
- [ ] No security vulnerabilities introduced
- [ ] Documentation updated if needed

## Skill Return Format

```markdown
## Skill Return
- **Skill**: swe-workflow-verify
- **Status**: [success|success_with_findings|blocked]
- **Findings Summary**: [verification results]
- **Artifacts**: [test results, lint output]
- **Next Step Hint**: [WF_DONE if passed, WF_EXECUTE if failed]
```

## Exit

On success: `> **Skill /swe-workflow-verify complete** - returning to WF_DONE`
On failure: `> **Skill /swe-workflow-verify failed** - returning to WF_EXECUTE for fixes`

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1336 chars