openmates:triage-recent-bugs

Triages recent bugs in the last 2 hours from MongoDB using AI-powered workflows.

43|2|Updated Jan 25, 2024
One-click install
npx skills add https://github.com/glowingkitty/OpenMates --skill openmates-triage-recent-bugs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openmates:triage-recent-bugs
Source: https://github.com/glowingkitty/OpenMates/tree/main/.claude/skills/triage-recent-bugs
Command: npx skills add https://github.com/glowingkitty/OpenMates --skill openmates-triage-recent-bugs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It speeds up the process of turning newly reported user bugs into fixed, verified releases by coordinating discovery, clustering, debugging, testing, and deployment.

Core Features & Use Cases

  • Recent bug discovery in Linear: Fetches and filters recent issues by time window and bug status to build a focused workload.
  • Duplicate clustering by shared chat URL: Groups issues referencing the same openmates.org shared chat to reduce redundant investigation.
  • Parallel forensics and root-cause synthesis: Delegates issue forensics (and encryption-flow tracing when relevant) to produce a prioritized fix plan.
  • Test-first fix workflow with CI verification: Ensures tests are found or proposed, dispatched via the approved runner, and validated by evidence from test-result summaries.

Quick Start

Use the skill to triage and fix all Linear issues labeled as bugs from the last 2 hours: "triage-recent-bugs for the last 2 hours".

Frequently Asked Questions about openmates:triage-recent-bugs

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

FAQPage Schema
How do I triage recent bugs in Linear and drive an end-to-end fix workflow?

Linear bug triage fetches recent user-reported issues by time window, clusters duplicates by shared chat URL, delegates forensics, proposes tests, deploys via sessions gate, and re-verifies using post-deploy CI evidence.

What is the best way to reduce duplicate bug investigations from shared chat URLs?

Duplicate reduction by shared chat URL groups multiple Linear issues referencing the same openmates.org chat, preventing redundant forensic investigations and synthesizing root causes into a single prioritized fix plan.

How do I troubleshoot encryption decryption and key-sync failures during bug forensics?

Encryption troubleshooting traces decryption and key-sync failure symptoms by delegating issue forensics to specialist agents, identifying root causes within encryption flows, and synthesizing findings into a prioritized fix plan.

Can I enforce a test-first fixing workflow with CI verification for newly reported bugs?

Test-first fixing ensures tests are found or proposed, dispatched via the approved run_tests.py runner, and validated by evidence from test-result summaries before proceeding through the sessions deploy gate for final CI verification.

Does bug triage require mandatory pickup comments and deployment orchestration?

Deployment orchestration requires mandatory pickup comments in Linear, enforces the sessions deploy gate for promoting fixes, and re-verifies resolved issues using post-deploy CI evidence to confirm successful bug fixes.