skills/swe-workflow-verify/SKILL.md
Verify implementation against requirements and standards
npx skillsauth add earthmanweb/serena-workflow-engine swe-workflow-verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If starting a new session, first read workflow initialization:
mcp__plugin_swe_serena__read_memory("wf/WF_INIT")
Follow WF_INIT instructions before executing this skill.
Verify implementation completeness and quality.
## 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]
On success: > **Skill /swe-workflow-verify complete** - returning to WF_DONE
On failure: > **Skill /swe-workflow-verify failed** - returning to WF_EXECUTE for fixes
testing
Write Gherkin BDD specs for a feature. Creates .feature files in tests/specs/ from requirements, user stories, or free-form descriptions.
development
TDD from Gherkin specs. Takes a .feature file or SPEC_* memory, builds a coverage map, implements both functionality and tests to achieve 100% compliance. Builds missing functionality, creates real tests (no fixme), follows all dev standards.
development
Code exploration and research without making changes
development
Test-driven debugging for failing tests or bugs