Dashboard Ops

Diagnoses dashboard issues by comparing API calls with CLI behavior.

1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/Jeetski/Chronos_Engine --skill dashboard-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dashboard Ops
Source: https://github.com/Jeetski/Chronos_Engine/tree/main/docs/agents/skills/dashboard_ops
Command: npx skills add https://github.com/Jeetski/Chronos_Engine --skill dashboard-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses issues where the dashboard's functionality or state doesn't match the CLI's capabilities or expected behavior, ensuring a consistent user experience across interfaces.

Core Features & Use Cases

  • Troubleshooting Mismatches: Diagnoses and resolves discrepancies between dashboard actions and CLI commands.
  • API Verification: Checks and validates API endpoints and their payloads used by the dashboard.
  • Use Case: If a user reports that adding a task via the dashboard doesn't appear in their CLI view, this Skill can investigate the underlying API calls and data synchronization to fix the issue.

Quick Start

Use the dashboard ops skill to investigate why the 'today' view is not updating correctly.

Frequently Asked Questions about Dashboard Ops

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

FAQPage Schema
How do I troubleshoot dashboard widget state mismatches with the Chronos Engine CLI?

Troubleshoot dashboard state mismatches by verifying API endpoints and payload shapes, then comparing dashboard actions with direct CLI commands to resolve synchronization discrepancies. This ensures the dashboard state aligns with expected CLI behavior.

Why does adding a task via the dashboard not appear in the CLI view?

When a task added via the dashboard does not appear in the CLI view, investigate the underlying API calls and data synchronization. Verifying the /api/item endpoint and its payload shape can identify and fix the data mismatch.

How do I verify API endpoints and payloads to fix dashboard operations?

Verify API endpoints and payloads by checking that requests to endpoints like /api/cli, /api/item, and /api/today return the correct data structures. This validates that the dashboard's functionality matches the API's expected behavior.

What is the best way to diagnose a dashboard 'today' view that is not updating correctly?

Diagnose a dashboard 'today' view not updating correctly by investigating the /api/today endpoint and comparing its output against direct CLI commands. This identifies payload shape issues or synchronization failures causing the stale view.

Does this dashboard troubleshooting approach require checking CLI parity?

Yes, checking CLI parity is required. The approach compares dashboard actions with direct CLI commands to ensure consistent user experience across interfaces and resolve functional discrepancies within the Chronos Engine.