monitoring-debugging

Track and log errors in CampusOS applications with Express middleware and MongoDB monitoring.

4|10|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/NITRR-Official/CampusOS --skill monitoring-debugging-nitrr-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-debugging
Source: https://github.com/NITRR-Official/CampusOS/tree/main/.agents/skills/monitoring-debugging
Command: npx skills add https://github.com/NITRR-Official/CampusOS --skill monitoring-debugging-nitrr-official

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The monitoring-debugging Skill addresses issues in logging, error tracking, and health checking within CampusOS, ensuring a smooth operation and aiding in troubleshooting.

Core Features & Use Cases

  • Logging Setup: Configure and troubleshoot built-in logging capabilities.
  • Error Tracking: Catches and logs errors with detailed information for debugging.
  • Health Checks: Perform regular health checks to confirm service availability.
  • Debug Workflow: A step-by-step guide for diagnosing common problems.

Quick Start

Run the health check endpoint to verify service status.

Frequently Asked Questions about monitoring-debugging

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

FAQPage Schema
How do I set up error tracking and logging in an Express application?

Logging setup in Express applications is configured using built-in middleware to catch errors with detailed information. This ensures your CampusOS applications remain responsive and provides a step-by-step debug workflow for resolving technical issues.

How do I perform health checks to monitor service availability?

Health checks are performed by running a specific endpoint to verify service status and confirm service availability. This regular monitoring ensures your CampusOS application remains responsive by continuously validating its operational state.

Does this monitoring skill support MongoDB database tracking?

Yes, MongoDB monitoring is fully supported to ensure application health. The skill utilizes MongoDB monitoring alongside Express middleware to track errors and maintain service responsiveness within CampusOS applications.

What is the best way to diagnose common application errors?

The best way to diagnose common application errors is by following the provided step-by-step debug workflow. This structured diagnostic process helps you troubleshoot logging configurations and resolve technical issues systematically by reviewing tracked error details.

Why does my Express middleware not catch asynchronous errors?

When Express middleware does not catch asynchronous errors, you must configure the error tracking to properly log detailed information. Utilizing the built-in debug workflow helps diagnose why errors bypass standard middleware and ensures they are logged correctly.