スキル一覧に戻る
ianwatts22

system-review

by ianwatts22

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

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)

  1. Make the requirements less dumb
    • Challenge assumptions; list what’s unclear; ask the minimum questions to proceed.
  2. Delete
    • Identify code, layers, features, and processes that should not exist.
    • Prefer removal over “refactor”.
  3. Simplify
    • Propose the smallest design that satisfies the real requirements.
    • Reduce indirection and config surface area.
  4. Accelerate
    • Find the current bottleneck and optimize only that.
  5. 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 oracle for 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

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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です