Back to list
eveld

before-code-analysis

by eveld

Research, planning, and implementation workflows for Claude Code

3🍴 1📅 Jan 6, 2026

SKILL.md


name: before-code-analysis description: Use BEFORE reading multiple files to understand code. Reminds you to use codebase-analyzer agent instead of manual file reading.

Before Code Analysis

STOP: You're about to read multiple files to understand how something works.

Use codebase-analyzer Instead

The codebase-analyzer agent is specifically designed for understanding code implementation. It will read files in context and explain how systems work.

Instead of:

Read(file_path="src/auth/handler.js")
Read(file_path="src/auth/service.js")
Read(file_path="src/auth/middleware.js")
[manually piecing together how auth works]

Do this:

Task(
  subagent_type="codebase-analyzer",
  prompt="Analyze how the authentication system works, including handlers, services, and middleware",
  description="Analyze auth system"
)

When Manual Reading Is OK

Only read files manually when:

  • You need to see exact implementation of a single function
  • You're making specific edits to known files
  • You're verifying a specific detail

For understanding systems or flows, use codebase-analyzer.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon