data-flow-review
CommunityCatch state and ownership bugs early
Software Engineering#architecture#code review#state management#data flow#ownership#lifetime#boundary topology
Authoraustintheriot
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It helps prevent design and implementation mismatches where data ownership, lifetime, and boundary placement become unclear, leading to hard-to-debug correctness issues like stale state, hidden shared mutable state, wrong direction of data flow, and missing teardown.
Core Features & Use Cases
- Boundary and ownership diagnostics: Reviews who creates, owns, consumes, and decides about each non-trivial entity, flagging conceptual scope vs instantiation scope mismatches.
- Topology-first findings: Prioritizes a “draw the data-flow diagram before reading the body” discipline and proposes fixes as reassignment or concrete text-shaped diagrams.
- Diff-aware review workflows: By default reviews against main, or targets a specific file/path, PR number, or git range; can auto-delegate deeper topology questions to a
data-flowsubagent. - Severity-labeled, read-only output: Produces structured findings (with file:line references and diagrams for major/insight) without posting comments.
Quick Start
Ask for a review by saying: run data-flow-review for the current branch against main.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: data-flow-review Download link: https://github.com/austintheriot/dotfiles/archive/main.zip#data-flow-review Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.