context-analyzer

Scan project structure and parse artifact metadata to produce a structured context model.

16|3|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/vladm3105/aidoc-flow-framework --skill context-analyzer-vladm3105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-analyzer
Source: https://github.com/vladm3105/aidoc-flow-framework/tree/main/.claude/skills/context-analyzer
Command: npx skills add https://github.com/vladm3105/aidoc-flow-framework --skill context-analyzer-vladm3105

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes the project structure to surface relevant information for documentation tasks, improving consistency and reducing duplication.

Core Features & Use Cases

  • Scan project structure for existing artifacts
  • Build a context model to aid new document creation
  • Surface traceability insights and gaps

Quick Start

Analyze the project root to generate a context model for the next documentation task.

Frequently Asked Questions about context-analyzer

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

FAQPage Schema
How do I scan project structure to identify documentation gaps?

Project context analysis scans your codebase to map existing artifacts, extract metadata, and trace relationships between components. It identifies coverage gaps by comparing what's documented against what exists in your project structure, helping you prioritize missing documentation.

What information does project structure scanning extract for documentation?

Structure scanning builds a context model containing artifact inventory, metadata, and traceability relationships. This includes file locations, component dependencies, upstream references, and connections between artifacts—essential inputs for creating consistent documentation.

Can I use context analysis to assess existing documentation quality?

Yes. Context analysis evaluates your current documentation against project structure and traceability metadata, surfacing inconsistencies, orphaned artifacts, and missing links. This assessment informs what new documentation you need and where coverage is weak.

How do I create new documentation artifacts with upstream references?

After context analysis generates a model of your project's structure and relationships, you can create new artifacts grounded in that model. The traceability data ensures new documentation maintains links to source components and upstream dependencies, preventing disconnects.

What's the difference between project context analysis and manual documentation audits?

Context analysis automates artifact discovery and relationship mapping across your entire project, producing structured metadata in one pass. Manual audits are incomplete and slow; automated scanning reduces duplication, surfaces gaps systematically, and creates a reusable model for ongoing documentation tasks.