Sequentially read and review multiple files to understand their contents and relationships.
Multi-File Review
This skill helps you quickly examine the contents of multiple files in sequence, useful for understanding code structure, comparing implementations, or gathering context across related files.
When to Use
Reviewing related source files to understand how they interact
Comparing implementations across multiple files
Gathering context before making changes across a codebase
Understanding file dependencies and relationships
Auditing configuration or documentation files
Steps
Identify the files you need to review
Read the first file to understand its structure and purpose
Read the second file to see how it relates to the first
Read the third file to complete the picture of the workflow or feature
Tips
Start with the most foundational or core file first
Progress to dependent or related files next
Read configuration or entry point files last if they tie everything together
Take notes on key functions, exports, or relationships as you go
If you need to read more than three files, repeat this skill or use it multiple times
Keep file paths consistent and exact to avoid errors
Example Usage
Read multiple related TypeScript files to understand a module's architecture:
Read src/types/index.ts (type definitions)
Read src/services/api.ts (API service implementation)
Read src/hooks/useData.ts (custom hook using the service)
1---2name: multi-file-review3description: multi-file-review4---5# multi-file-review67Sequentially read and review multiple files to understand their contents and relationships.89# Multi-File Review1011This skill helps you quickly examine the contents of multiple files in sequence, useful for understanding code structure, comparing implementations, or gathering context across related files.1213## When to Use14- Reviewing related source files to understand how they interact15- Comparing implementations across multiple files16- Gathering context before making changes across a codebase17- Understanding file dependencies and relationships18- Auditing configuration or documentation files1920## Steps211. Identify the files you need to review222. Read the first file to understand its structure and purpose233. Read the second file to see how it relates to the first244. Read the third file to complete the picture of the workflow or feature2526## Tips27- Start with the most foundational or core file first28- Progress to dependent or related files next29- Read configuration or entry point files last if they tie everything together30- Take notes on key functions, exports, or relationships as you go31- If you need to read more than three files, repeat this skill or use it multiple times32- Keep file paths consistent and exact to avoid errors3334## Example Usage35Read multiple related TypeScript files to understand a module's architecture:361. Read `src/types/index.ts` (type definitions)372. Read `src/services/api.ts` (API service implementation)383. Read `src/hooks/useData.ts` (custom hook using the service)
Run npx skillmds@latest add claudiawong522/multi-file-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
multi-file-review It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
claudiawong522 (@claudiawong522) published this skill. Their other Agent Skills are listed on their SkillMD profile.