code-autopsy

Analyze source code against 12 quality dimensions with severity scores.

123|22|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/AlexZio00/sovereign-skills --skill code-autopsy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-autopsy
Source: https://github.com/AlexZio00/sovereign-skills/tree/main/code-autopsy
Command: npx skills add https://github.com/AlexZio00/sovereign-skills --skill code-autopsy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the challenges of code quality assessment, providing a detailed, 12-dimensional analysis for thorough review and decision-making on code deployment.

Core Features & Use Cases

  • Comprehensive Code Analysis: Examines code for adherence to 12 specific quality dimensions (e.g., design, security, performance).
  • Severity Scoring & Verdict: Delivers a severity score for each finding and a final deployment verdict.
  • Factuality Gate: Ensures all findings are accurately reported through self-verification.
  • Quick Review & Diff Mode: Supports quick analysis and a focus on changes from specific code versions.

Quick Start

Perform a code audit for the current codebase using the 'code-autopsy' skill.

Frequently Asked Questions about code-autopsy

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

FAQPage Schema
How do I automate code quality assessment before deployment?

Automate code quality assessment by auditing source code against 12 established dimensions, generating severity scores, and producing a final deployment readiness verdict for pre-commit hooks or regular reviews.

Can I analyze only the changes in a specific code version?

Yes, you can analyze specific code version changes using diff mode, which focuses the code quality assessment strictly on the modifications made rather than reviewing the entire codebase.

What dimensions does a comprehensive code analysis evaluate?

A comprehensive code analysis evaluates source code against 12 specific quality dimensions, including design, security, and performance, to identify potential issues and suggest corrective actions.

How does severity scoring determine a deployment verdict?

Severity scoring determines a deployment verdict by assigning severity scores to each identified issue across 12 quality dimensions, aggregating these findings to decide if the code is ready for deployment.

How do I verify the accuracy of automated code review findings?

Verify the accuracy of automated code review findings using a built-in factuality gate, which self-verifies that all reported issues and severity scores are accurately documented before finalizing the assessment.