npx claudepluginhub earthmanweb/serena-workflow-engine --plugin sweThis skill uses the workspace's default tool permissions.
**If starting a new session**, first read workflow initialization:
Orchestrates verification of completed implementations via subagents for completeness checks, test execution, code review, pragmatic review, production readiness, and reality assessment. Compiles read-only report.
Verifies completed work before committing: identifies task from context/git diff, runs project build/test/lint commands, manually checks requirements, scans for debug code and common issues.
Verifies completed implementations for quality via subagents: completeness, test execution, code review, pragmatic review, production readiness, reality assessment. Compiles read-only reports.
Share bugs, ideas, or general feedback.
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