reasonix-skill-powers
Structured debugging, TDD, planning, and code review workflows
All Skills in This Repository (21)
Pure Emerald Level Indicatorsusing-git-worktrees
Create isolated git worktrees with directory validation and baseline checks.
test-driven-development
Enforce a red-green-refactor cycle with failing tests before production code.
systematic-debugging
Trace root causes of bugs through a four-phase evidence-driven workflow.
flow-review
Audit code implementations against specifications and quality standards without modifying code.
chinese-git-workflow
Standardize Git workflows across Gitee, Coding.net, CNB, and CNB mirrors.
using-superpowers
Identifies and invokes appropriate skills before every user response.
dispatching-parallel-agents
Dispatch independent tasks to isolated subagents in parallel batches.
chinese-code-review
Provides Chinese code-review feedback with tiered severity labels and constructive phrasing.
executing-plans
Execute written plans step by step with review checkpoints and completion reports.
finishing-a-development-branch
Finalize a development branch with merge, PR, keep, or discard options.
chinese-documentation
Standardize Chinese technical documentation typography and terminology rules.
brainstorming
Coordinate structured brainstorming sessions to convert vague ideas into design specs.
Frequently Asked Questions
FAQPage SchemaHow to install reasonix-skill-powers?▼
Run `npx skills add liu5540/reasonix-skill-powers --all -g -y` in your terminal to install all skills in this collection globally.
What does reasonix-skill-powers do?▼
It is a Chinese-language edition of the Superpowers workflow skills, covering systematic debugging, test-driven development, brainstorming, plan writing, code review, and git worktree management.
How does it improve debugging?▼
The systematic-debugging skill enforces a four-phase root-cause process, so bugs are fixed at the source instead of patched with random guesses.
Does it support test-driven development?▼
Yes. The test-driven-development skill requires a failing test before any production code, with red-green-refactor cycles and anti-pattern guidance.
Which coding environments are compatible?▼
The skills follow the standard SKILL.md format and work with compatible coding environments such as Claude Code, Codex, and similar platforms that load local plugins.
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