fullstack-tracer

Trace Vivreal feature request paths from frontend to MongoDB.

Updated May 12, 2026
One-click install
npx skills add https://github.com/HillBombCreations/vivreal-skills --skill fullstack-tracer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fullstack-tracer
Source: https://github.com/HillBombCreations/vivreal-skills/tree/main/vivreal-fullstack/skills/fullstack-tracer
Command: npx skills add https://github.com/HillBombCreations/vivreal-skills --skill fullstack-tracer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill traces the end-to-end request path of a Vivreal feature across multiple repositories, enabling you to debug cross-repo issues, audit data flow, and understand feature operations.

Core Features & Use Cases

  • Full Stack Tracing: Trace requests from frontend components to MongoDB, capturing data flow at each layer.
  • Debugging: Quickly identify and debug cross-repo issues in the Vivreal ecosystem.
  • Data Flow Audit: Ensure proper data handling and security within your Vivreal feature implementation.

Quick Start

Run the fullstack-tracer skill with the feature name you want to trace.

Frequently Asked Questions about fullstack-tracer

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

FAQPage Schema
How do I trace a request path across multiple Vivreal repositories?

To trace a request path across multiple Vivreal repositories, use a full stack tracing approach that tracks data flow from frontend components through proxy routes, backend controllers, services, and MongoDB.

What is the best way to debug cross-repo issues in Vivreal applications?

The best way to debug cross-repo issues in Vivreal applications is by tracing the complete end-to-end request path, which captures data flow at each layer to help you quickly identify where the multi-service interaction fails.

How do I audit data flow in a multi-service Vivreal feature?

You can audit data flow in a multi-service Vivreal feature by tracing the full request path to ensure proper data handling and security across frontend, backend services, and MongoDB database interactions.

Can I track frontend to MongoDB data flow for a specific feature?

Yes, you can track frontend to MongoDB data flow for a specific feature by running a full stack trace that traverses multiple services and captures database interactions at the end of the request path.

Does full stack tracing work for features spanning multiple Vivreal services?

Yes, full stack tracing works for features spanning multiple Vivreal services by explicitly traversing proxy routes, backend controllers, and database interactions to debug and audit cross-repo data flow.