Dimon94Dimon94Community·8 Agent Skills Included

cc-devflow

Evidence-first defect repair, review, and merge workflows

Diagnoses and repairs confirmed software defects through a strict evidence-based workflow, from reproduction to verified fix. Replaces guesswork debugging with falsifiable hypothesis boards, regression tests, and auditable commit records. Guides code through review submission and merge landing with explicit authority checks, so nothing reaches main without proof.
npx skills add Dimon94/cc-devflow --all -g -y
Available:

Sets the agent's engineering persona and code-quality philosophy, enforcing simplicity, root-cause thinking, and clean design principles during all repair and review work.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cc-devflow?

Run `npx skills add Dimon94/cc-devflow --all -g -y` in your terminal to install all skills in this suite globally.

How does cc-devflow fix bugs differently?

It forces an evidence-first process: build a failing reproduction, rank falsifiable hypotheses, confirm the root cause, then apply the smallest fix with a regression test. No speculative patches are allowed.

Can cc-devflow handle code review and merging?

Yes. Dedicated skills submit verified branches for remote review and land authenticated review items, with readback checks proving the merge actually reached the remote main branch.

Does cc-devflow work with Claude Code and other agents?

Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible agent environments.

What happens when a bug cannot be reproduced?

The workflow stops with a blocked record listing the evidence gathered and what is missing, instead of guessing at a fix or touching product code.

Related Repositories in Software Engineering

View All in Software Engineering