sd0x-dev-flow
Structured feature development, code review, and release workflows
All Skills in This Repository (27)
Pure Emerald Level Indicatorsissue-analyze
Analyze GitHub issues to produce structured problem diagnoses and investigation plans.
feature-dev
Automate feature workflows from design to commit with integrated commands and quality gates.
doc-review
Review Markdown documents for architecture, security, and documentation quality.
feasibility-study
Decompose requirements and analyze constraints for technical feasibility studies.
de-ai-flavor
Remove AI tool mentions and rewrite boilerplate phrases in text documents.
claude-health
Audit the .claude directory for configuration health issues.
post-dev-test
Analyze developed features for integration and end-to-end test coverage gaps.
code-investigate
Coordinate Claude and Codex to independently investigate code and integrate findings.
test-review
Assess test coverage and generate missing unit and integration tests.
git-investigate
Trace code authors, changes, and root causes using git history commands.
code-explore
Trace execution paths and map architectural relationships in codebases.
request-tracking
Automate request tracking documentation with templates and lifecycle stages.
Frequently Asked Questions
FAQPage SchemaHow to install sd0x-dev-flow?▼
Run `npx skills add sd0xdev/sd0x-dev-flow --all -g -y` in your terminal to install all skills globally.
What does sd0x-dev-flow do?▼
It provides a complete development workflow: requirements analysis, tech specs, feature implementation, code review, test verification, and release preparation with enforced quality gates.
How does the auto review loop work?▼
After any code or document change, the agent must run the matching review gate and fix findings until it passes, so work is only declared done when every required check has actually passed.
Does it work with Codex CLI and Cursor?▼
Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Codex CLI, Cursor, Windsurf, and other compatible agents.
Can it prevent bad commits and PRs?▼
Yes. It enforces commit message attribution rules, runs precommit lint-build-test checks, and scores PR readiness across five dimensions before you merge.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core