Skip to content

Commit beb40b1

Browse files
committed
fix: remove personal project heuristic from review skill
daniel-product-engineer and simplicity-engineer are now selected based on project type (React/Next.js), not a personal project detection check.
1 parent 48e8f67 commit beb40b1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

skills/review/SKILL.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,23 +137,20 @@ Check for context on what led to the plan being reviewed.
137137

138138
**Use Glob tool:**
139139
- `requirements.txt`, `pyproject.toml` → python
140-
- `.ruler/*.md` → daniel-project (has coding rules)
141140

142141
**Select reviewers based on project type:**
143142

144-
**Daniel's projects:**
145-
- ${CLAUDE_PLUGIN_ROOT}/agents/review/daniel-product-engineer.md
146-
- ${CLAUDE_PLUGIN_ROOT}/agents/review/simplicity-engineer.md
147-
148143
**TypeScript/React:**
149144
- ${CLAUDE_PLUGIN_ROOT}/agents/review/daniel-product-engineer.md
150145
- ${CLAUDE_PLUGIN_ROOT}/agents/review/senior-engineer.md
146+
- ${CLAUDE_PLUGIN_ROOT}/agents/review/simplicity-engineer.md
151147
- ${CLAUDE_PLUGIN_ROOT}/agents/review/architecture-engineer.md
152148

153149
**Next.js:**
154150
- ${CLAUDE_PLUGIN_ROOT}/agents/review/lee-nextjs-engineer.md
155151
- ${CLAUDE_PLUGIN_ROOT}/agents/review/daniel-product-engineer.md
156152
- ${CLAUDE_PLUGIN_ROOT}/agents/review/senior-engineer.md
153+
- ${CLAUDE_PLUGIN_ROOT}/agents/review/simplicity-engineer.md
157154

158155
**Python:**
159156
- ${CLAUDE_PLUGIN_ROOT}/agents/review/senior-engineer.md

0 commit comments

Comments
 (0)