product-completeness-audit

Audit routes, flows, and components for real data and backend connectivity.

Updated Aug 20, 2025
One-click install
npx skills add https://github.com/BRANDNEWSHVT/mercora --skill product-completeness-audit-brandnewshvt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-completeness-audit
Source: https://github.com/BRANDNEWSHVT/mercora/tree/main/storefront-nuxt/.agents/skills/product-completeness-audit
Command: npx skills add https://github.com/BRANDNEWSHVT/mercora --skill product-completeness-audit-brandnewshvt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Placeholder pages and disconnected data are common in early builds. This skill audits every route, flow, and component to ensure functional completeness, not just visual placeholders.

Core Features & Use Cases

  • Route and flow inventory: map all navigations to verify end-to-end coverage.
  • Data integrity checks: ensure pages render with real data and handle different states.
  • Gap reporting and task generation: produce concrete tasks to close critical frontend/backend issues.
  • End-to-end testing guidance: define steps to validate complete user journeys across systems.

Quick Start

Run the six-phase audit on your project to generate a gap report and actionable tasks.

Frequently Asked Questions about product-completeness-audit

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

FAQPage Schema
How do I audit my web application for missing routes and non-functional user flows?

To audit web application completeness, map all navigations to verify end-to-end coverage and validate that every component renders with real data. This structured process identifies placeholder pages, dead ends, and disconnected backend paths.

What is a product completeness audit and when do I need it?

A product completeness audit validates that every route, flow, and component connects to a working backend and renders with real data. You need it during pre-release or feature audits to identify missing data, placeholders, and non-functional paths.

How do I check if my frontend pages render correctly with real backend data?

Check frontend rendering with real backend data by performing data integrity checks across all pages and user flows. This ensures components handle different states properly and verifies pages are not just visual placeholders.

Can I use this product audit process for both web and mobile frontends?

Yes, you can use this product audit process for both web and mobile frontends. It applies across web and mobile frontends and APIs to validate complete user journeys and identify functional gaps during pre-release checks.

What is the best way to generate actionable tasks for fixing dead ends in user flows?

The best way to generate actionable tasks for dead ends is gap reporting and task generation. By inventorying user flows and running end-to-end testing, you produce a prioritized gap list with concrete tasks to close critical issues.

Why does my end-to-end testing miss placeholder pages and disconnected data?

End-to-end testing misses placeholder pages and disconnected data when it lacks a structured inventory phase. Mapping all navigations and performing backend checks ensures you verify end-to-end coverage and catch non-functional paths.