# Deep Analyse

> Thorough code analysis without polluting main context Use when this capability is needed.

- Skill: `tomevault-io/deep-analyse` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/deep-analyse`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/deep-analyse/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/deep-analyse

---


# Deep Analysis

Perform thorough analysis of the specified code area: $ARGUMENTS

## Analysis Steps

1. **Trace all code paths**: Follow execution from entry points through to completion
2. **Map dependencies**: Identify all imports, interfaces, and external dependencies
3. **Identify side effects**: Document state changes, I/O operations, and mutations
4. **List callers and callees**: Build a call graph for the target code
5. **Check test coverage**: Identify which paths have test coverage and which lack it

## Deliverables

Provide a structured report with:
- Architecture overview
- Key abstractions and their purposes
- Critical code paths
- Potential issues or improvement opportunities
- Test coverage assessment

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/chmouel) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

