code-analyzer

Analyze code quality, complexity, patterns, and maintainability metrics.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/mscipio/bilt-transactions-export --skill code-analyzer-mscipio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-analyzer
Source: https://github.com/mscipio/bilt-transactions-export/tree/main/.opencode/skills/code-analyzer
Command: npx skills add https://github.com/mscipio/bilt-transactions-export --skill code-analyzer-mscipio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining high code quality by providing objective, quantifiable metrics that complement subjective code reviews, helping to identify areas for improvement and ensure maintainability.

Core Features & Use Cases

  • Automated Code Quality Assessment: Analyzes code for complexity, size, duplication, and adherence to naming conventions.
  • Maintainability Insights: Detects code smells and provides actionable recommendations for refactoring.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag code that exceeds complexity thresholds or contains significant duplication before it's merged.

Quick Start

Analyze the code quality of the project in the current directory.

Frequently Asked Questions about code-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I measure code complexity and maintainability metrics for my project?

You can measure code complexity and maintainability metrics by running an automated assessment that analyzes code size, duplication, and naming conventions to provide objective quantitative data.

How do I identify code smells and refactoring candidates in my codebase?

To identify code smells and refactoring candidates, analyze your codebase for maintainability insights, which detects specific issues and provides actionable recommendations for refactoring.

Can I integrate code quality analysis into a CI/CD pipeline for pre-pull request auditing?

Yes, you can integrate code quality analysis into your CI/CD pipeline to automatically audit code before a pull request, flagging instances that exceed complexity thresholds or contain significant duplication.

What is the best way to track code quality trends over time during development?

The best way to track code quality trends over time is by consistently measuring objective metrics, allowing you to monitor maintainability and identify areas for improvement throughout the development lifecycle.

Does automated code review complement subjective peer reviews with quantitative data?

Automated code review complements subjective peer reviews by providing objective, quantifiable measurements for complexity and patterns, ensuring a comprehensive assessment of code maintainability.

How do I check code adherence to naming conventions and detect duplication?

You can check code adherence to naming conventions and detect duplication by performing an automated code quality assessment that analyzes your project directory for these specific metrics.