before-code-analysis

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "before-code-analysis" with this command: npx skills add eveld/claude/eveld-claude-before-code-analysis

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

k8s-query

No summary provided by upstream source.

Repository SourceNeeds Review
General

k8s-awareness

No summary provided by upstream source.

Repository SourceNeeds Review
General

gcp-awareness

No summary provided by upstream source.

Repository SourceNeeds Review
General

linear-awareness

No summary provided by upstream source.

Repository SourceNeeds Review