← ClaudeAtlas

deep-analysislisted

Analytical thinking patterns for comprehensive evaluation, code audits, security analysis, and performance reviews. Provides structured templates for thorough investigation with extended thinking support.
NewAbra/auto-co-meta · ★ 0 · AI & Automation · score 78
Install: claude install-skill NewAbra/auto-co-meta
# Deep Analysis Skill Comprehensive analytical templates for thorough investigation, audits, and evaluations leveraging extended thinking capabilities. ## When to Use - **Code audits** requiring systematic review - **Security assessments** and threat modeling - **Performance analysis** and optimization planning - **Architecture reviews** and technical debt assessment - **Incident post-mortems** and root cause analysis - **Compliance audits** and risk assessments ## Analysis Templates ### Code Audit Template ```markdown ## Code Audit Report **Repository**: [repo-name] **Scope**: [files/modules audited] **Date**: [YYYY-MM-DD] **Auditor**: Claude + [Human reviewer] ### Executive Summary [2-3 sentence overview of findings] ### Audit Criteria - [ ] Code quality and maintainability - [ ] Security vulnerabilities - [ ] Performance concerns - [ ] Test coverage - [ ] Documentation completeness - [ ] Dependency health ### Critical Findings | ID | Severity | Location | Issue | Recommendation | |----|----------|----------|-------|----------------| | C1 | Critical | file:line | [Issue] | [Fix] | | C2 | Critical | file:line | [Issue] | [Fix] | ### High Priority Findings | ID | Severity | Location | Issue | Recommendation | |----|----------|----------|-------|----------------| | H1 | High | file:line | [Issue] | [Fix] | ### Medium Priority Findings [...] ### Low Priority / Suggestions [...] ### Metrics | Metric | Value | Target | Status | |--------|-------|--------|--------| |