dead-code-analysis

A command that checks which parts of kicad-sch-api, a Python library for KiCad schematic files, are actually used when the software runs. It exercises the library’s features and records the functions that were called.

In plain words
What is it for?
Use it to analyze the full project or a selected script, run broad functionality checks, and produce logs and lists of observed function calls.
Why use it?
It helps distinguish genuinely unused code from code that is only missed by ordinary tests or searches.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/circuit-synth/kicad-sch-api/dead-code-analysis
Clone the repo
git clone --depth 1 https://github.com/circuit-synth/kicad-sch-api

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,701 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01701
Opus 5 $0.00000 $0.00851
Sonnet 5 $0.00000 $0.00340
Haiku 4.5 $0.00000 $0.00170

Measured 2d ago against content hash 70097a5ab179, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dead-code-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

.claude/commands/dev/dead-code-analysis.md · 220 lines

How it starts

The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dead Code Analysis Command - kicad-sch-api

Usage

/dead-code-analysis [target-script]

Description

Performs comprehensive dead code analysis for kicad-sch-api by running ALL functionality and observing which functions are actually called. This provides accurate utilization metrics by exercising:

  1. Core Schematic Operations - Load, save, component management, validation
  2. S-Expression Parsing - All parsing and formatting functionality
  3. Component Collections - Filtering, bulk operations, indexing
  4. Symbol Library Management - Caching, discovery, multi-source lookup
  5. MCP Server Integration - All MCP tools and Python bridge
  6. Validation Systems - Error collection, comprehensive validation
  7. Format Preservation - Round-trip testing, exact output matching
  8. Performance Systems - Caching, optimization, benchmarking

Parameters

  • target-script (optional): Path to script to run for function call analysis. Defaults to comprehensive test suite.
  • --comprehensive: Runs full system functionality test (default behavior)

Output Files

  • function_calls.log: Raw debug output from script execution
  • unique_function_calls.txt: List of unique functions that were called
  • Dead_Code_Analysis_Report.md: Comprehensive analysis report
  • *.backup: Backup files for all instrumented source files

Examples

# Analyze dead code using comprehensive test suite
/dead-code-analysis

# Analyze using specific test script
/dead-code-analysis tests/test_comprehensive_operations.py

# Analyze using MCP server test
/dead-code-analysis tests/test_mcp_integration.py

Implementation for kicad-sch-api

The command performs the following automated steps:

1. Function Instrumentation

  • Scans all Python files in kicad_sch_api/
  • Adds logging.debug(f"CALLED: {function_name} in {file_path}") to every function
  • Creates backup files (.backup) before modification
  • Preserves existing function logic and formatting

Read the full file on GitHub · 220 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 220 lines · 0 tokens per session scan A 70097a5ab179

Subscribe to this mod's changes

dead-code-analysis is a command published in the GitHub repository circuit-synth/kicad-sch-api (51 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,701 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.