sdd-review-self

Automates a self-review of the sync-sdd framework's directory for flow integrity and compliance.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/sync-dev-org/sync-sdd --skill sdd-review-self
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-review-self
Source: https://github.com/sync-dev-org/sync-sdd/tree/main/framework/claude/skills/sdd-review-self
Command: npx skills add https://github.com/sync-dev-org/sync-sdd --skill sdd-review-self

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing the sync-sdd framework's internal code for quality, consistency, and compliance, ensuring the framework itself remains robust and reliable.

Core Features & Use Cases

  • Automated Code Quality Checks: Runs checks for flow integrity, cross-file consistency, and platform compliance within the framework/ directory.
  • Multi-Engine Support: Can utilize external engines (Codex, Claude Code, Gemini) or SubAgents for review tasks.
  • Use Case: Before merging a new feature into the sync-sdd framework, run this skill to perform an automated self-review, catching potential issues early in the development cycle.

Quick Start

Run the sdd-review-self skill to perform an automated code quality review on the framework files.

Frequently Asked Questions about sdd-review-self

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate framework self-review for code quality and consistency?

Automate framework self-review by dispatching external engines or SubAgents to check the `framework/` directory for flow integrity, cross-file consistency, and platform compliance, synthesizing findings into a final verdict.

What does an automated self-review pipeline check for in a framework repository?

An automated self-review pipeline checks the framework repository for flow integrity, cross-file consistency, and platform compliance to ensure internal code remains robust and reliable before merging new features.

Can I use external engines like Codex or Gemini for framework code review?

Yes, the framework code review supports multi-engine configurations, allowing you to utilize external engines like Codex, Claude Code, and Gemini, or dispatch SubAgents to perform the review tasks.

How do I synthesize code review findings from multiple engines for final supervision?

Synthesize multi-engine code review findings by routing the results through an Auditor, which consolidates the flow integrity and compliance checks into a final verdict for Lead supervision.

When should I run an automated self-review on my framework directory?

Run an automated self-review on your framework directory before merging a new feature into the sync-sdd framework, catching potential quality, consistency, and compliance issues early in the development cycle.