← Back to list

system-review
by ianwatts22
⭐ 0🍴 0📅 Jan 16, 2026
SKILL.md
name: system-review description: deeply review a system/architecture area and propose a simplification plan (Elon’s Algorithm).
Perform a deep system/structure review with the explicit goal of drastically simplifying.
Method: Elon’s 5-Step Algorithm (in order)
- Make the requirements less dumb
- Challenge assumptions; list what’s unclear; ask the minimum questions to proceed.
- Delete
- Identify code, layers, features, and processes that should not exist.
- Prefer removal over “refactor”.
- Simplify
- Propose the smallest design that satisfies the real requirements.
- Reduce indirection and config surface area.
- Accelerate
- Find the current bottleneck and optimize only that.
- Automate
- Only once the process is simple and stable.
Tools
- Use repo tooling (
scc,knip,jscpd,rg) to find hotspots and duplication. - If appropriate, use
oraclefor independent critique. - Provide it all relevant context (key files, diagrams, constraints).
Recurring Things To Check (If Relevant)
- Under-leveraging Convex (especially Components /
convex-helpers) leading to excess boilerplate - Re-inventing the wheel instead of using mature npm libraries
- React complexity driven by unnecessary effects
- See
~/.config/docs/React/ReactEffectsGuide.md
- See
Output Format
- Current state (what exists, in 5–10 bullets)
- Proposed target state (what it should become)
- Deletions (explicit list)
- Migration plan (smallest safe steps)
- Risks / open questions
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon