askill
swe-workflow-arch-review

swe-workflow-arch-reviewSafety 92Repository

Review architecture compliance before execution

1 stars
1.2k downloads
Updated 3/5/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 Architecture Review Skill

Review proposed changes against architecture standards.

Purpose

  • Verify changes align with existing architecture
  • Check layer boundaries respected
  • Validate naming conventions
  • Ensure patterns are followed

Actions

  1. Read ARCH_INDEX - Understand current architecture
  2. Read FEATURE memories_* - Get feature context
  3. Check patterns - Verify against established patterns
  4. Validate approach - Ensure implementation plan is sound

Review Criteria

  • Layer boundaries respected
  • Naming conventions followed
  • Dependencies flow correctly
  • No circular dependencies introduced
  • Consistent with existing patterns

Skill Return Format

## Skill Return

- **Skill**: swe-workflow-arch-review
- **Status**: [success|success_with_findings|blocked]
- **Findings Summary**: [architecture compliance assessment]
- **Artifacts**: [patterns checked, issues found]
- **Next Step Hint**: [WF_EXECUTE if approved, WF_ARCH_REVIEW if revision needed]

Exit

On approval: > **Skill /swe-workflow-arch-review passed** - returning to WF_EXECUTE On revision needed: > **Skill /swe-workflow-arch-review needs revision** - returning to WF_ARCH_REVIEW

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 3/30/2026

Well-structured architecture review skill with clear purpose, structured actions, and defined return format. Good metadata with tags and workflow configuration. However, heavy dependency on internal Serena workflow engine components (WF_* states, mcp__plugin_swe_serena functions) limits portability to other projects. The workflow is complete for its intended context but lacks specific examples or detailed validation criteria.

92
82
48
72
68

Metadata

Licenseunknown
Version1.0.0
Updated3/5/2026
PublisherEarthmanWeb

Tags

github-actions