status

Aggregates health statuses from Gmail, GitHub, Asana, and other connected integrations into a prioritized summary.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/viditparashar96/second-brain-claude --skill status-viditparashar96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/viditparashar96/second-brain-claude/tree/main/skills/status
Command: npx skills add https://github.com/viditparashar96/second-brain-claude --skill status-viditparashar96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors and reports the health of all connected integrations in one place.

Core Features & Use Cases

  • Unified Health View: Aggregates statuses from Gmail, Asana, GitHub, and other connected services into a single summary.
  • Prioritized Alerts: Groups findings by priority (urgent / today / info) to guide action.
  • Background Service Check: Executes a Python snippet to verify service health and include background status in the report.

Quick Start

Run a status check across all connected integrations.

Frequently Asked Questions about status

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

FAQPage Schema
How do I monitor the health status of multiple integrations like Gmail and GitHub in one view?

Unified status monitoring aggregates health data from Gmail, Asana, and GitHub into a single view. It groups findings by priority to guide immediate action for software teams and IT operations.

How can I check for overdue Asana tasks and unread Gmail alerts for incident triage?

Checking for overdue Asana tasks and Gmail alerts for incident triage involves using MCP tools like list_emails and overdue_tasks. These tools assess service health and present a prioritized summary for immediate action.

Can I use a Python snippet to verify background service health for daily monitoring?

Yes, a Python snippet can verify background service health for daily monitoring. It executes a background check and includes the service status results directly within the prioritized health report.

What is the best way to consolidate connected app statuses for SLA reporting?

The best way to consolidate connected app statuses for SLA reporting is to aggregate them into a prioritized summary. This method groups findings by urgency to support IT operations and accurate SLA tracking across services.

How does prioritized alerting work when consolidating status across connected apps?

Prioritized alerting works by grouping consolidated status findings into urgent, today, and info categories. This guides action during incident triage by highlighting the most critical service health issues first.