Code Analyzer

DEMONSTRATION ONLY — Not intended for production use. Analyzes source code for complexity and style issues.

gwolf2025 6bd27d7 3 files · 811 B Updated

File contents

Code Analyzer

Run static analysis on source code files.

Inputs

  • path: Path to analyze (string)
  • tool: Analysis tool to use (enum: eslint, pylint, clippy)

Procedure

  1. Discover source files
  2. Run the selected analysis tool
  3. Collect results
  4. Generate report

Outputs

  • Analysis report with warnings and errors

gwolf2025/SkillBridge/tree/main/packages/testing/fixtures/examples/code-analyzer commit 6bd27d78f1

Frequently asked questions

npx skillmds@latest add gwolf2025/code-analyzer