gap-analysis

Identify gaps, stubs, and broken workflows in codebases.

9|2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/dmitryprg-ai/cursor-develop-autorules --skill gap-analysis-dmitryprg-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gap-analysis
Source: https://github.com/dmitryprg-ai/cursor-develop-autorules/tree/main/.cursor/skills/gap-analysis
Command: npx skills add https://github.com/dmitryprg-ai/cursor-develop-autorules --skill gap-analysis-dmitryprg-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Gap-analysis identifies missing requirements, incomplete features, and broken workflows in a codebase to prevent downstream failures and rework.

Core Features & Use Cases

  • Planning and auditing: surface implicit requirements before implementing features.
  • Codebase health checks: detect TODOs, stubs, empty handlers, and broken workflows.
  • Code-review support: guide structured gap analysis and reporting to stakeholders.

Quick Start

Run a full gap analysis pass against your codebase to surface implicit requirements and incomplete workflows.

Frequently Asked Questions about gap-analysis

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

FAQPage Schema
How do I find missing requirements and incomplete features in my codebase?

A gap analysis scans your codebase to identify gaps, stubs, and broken workflows, surfacing implicit requirements before implementation. It checks for missing logic across data, UX, integration, security, performance, and error handling.

What is the best way to audit code for TODOs and incomplete workflows before a release?

Auditing code for incomplete workflows is best done through a structured gap analysis pass. It enforces steps like Fit-Gap Analysis and Pre-mortem, producing a categorized report of gaps and recommended actions for stakeholders.

How does gap analysis work during code reviews to prevent downstream rework?

Gap analysis works during code reviews by scanning submitted code for missing error handlers and incomplete integrations. It enforces structured reporting steps, highlighting implicit requirements to prevent downstream failures and rework.

Can I use gap analysis for project planning to surface implicit requirements?

Yes, you can use gap analysis for project planning to surface implicit requirements. It identifies missing workflows and potential risks early, generating a structured report with categorized gaps to guide implementation.

What categories does a codebase gap analysis report cover?

A codebase gap analysis report covers categorized gaps across data, UX, integration, security, performance, and error handling. It provides recommended actions for each identified gap to ensure codebase health.