askill
swe-workflow-verify

swe-workflow-verifySafety 95Repository

Verify implementation against requirements and standards

1 stars
1.2k downloads
Updated 2/28/2026

Package Files

Loading files...
SKILL.md

⚠️ WORKFLOW INITIALIZATION

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.


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

## 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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

52/100Analyzed 3/2/2026

Well-structured workflow skill with clear purpose and checklist, but overly generic. Lacks specific commands, tools, or actual test/lint commands to execute. The verification actions are described but not implemented - users must infer how to actually run tests or check requirements. Has good metadata and tags but feels like a template rather than a ready-to-use skill.

95
70
50
55
35

Metadata

Licenseunknown
Version1.0.0
Updated2/28/2026
PublisherEarthmanWeb

Tags

github-actionslintingsecuritytesting