analyse-code

Analyze codebases for violations and generate prioritized Markdown reports.

2|1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Vekta/PolyForge --skill analyse-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyse-code
Source: https://github.com/Vekta/PolyForge/tree/main/skills/analyse-code
Command: npx skills add https://github.com/Vekta/PolyForge --skill analyse-code

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for comprehensive code quality and security audits, identifying potential issues before they become critical problems.

Core Features & Use Cases

  • Full Codebase Analysis: Scans the entire project for architectural flaws, security vulnerabilities, performance bottlenecks, and code quality issues.
  • Prioritized Reporting: Generates a detailed, actionable report in Markdown format, highlighting critical findings first.
  • Use Case: A development team needs to ensure their new feature is secure and performant before merging. They run /analyse-code to get a detailed report and address any identified issues.

Quick Start

Run the analyse-code skill to perform a full project code analysis.

Frequently Asked Questions about analyse-code

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

FAQPage Schema
How do I audit my codebase for security vulnerabilities and performance issues?

Code analysis detects architectural violations, security vulnerabilities, and performance bottlenecks across your project. It generates a prioritized Markdown report in the docs directory, categorizing findings into Security, Performance, Architecture, Quality, Configuration, and Testing.

What is the best way to find architectural flaws and code quality defects before merging a new feature?

Running a full codebase analysis is the best way to find architectural flaws and code quality defects before merging. It identifies critical problems and outputs an actionable Markdown report highlighting the most important findings first.

Can I run a code quality analysis on a specific directory instead of the whole project?

Yes, the code analysis supports focused analysis on specific directories. You can target individual folders or specific categories like Security and Performance instead of scanning the entire project codebase.

What format does the code analysis report use to present security and performance findings?

The code analysis report uses Markdown format, saved as docs/ANALYSIS-{date}.md. This prioritized report presents security and performance findings by categorizing them into distinct sections for actionable review.

Does code analysis require any external dependencies or tools to scan for architectural violations?

No, code analysis for architectural violations requires no external dependencies. The skill operates independently to scan the entire codebase and generate a detailed report of any identified issues.