ds9-triage

Route DS9 Slack issues to specialized debugging and PR validation skills.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/sunilkgrao/aethervault --skill ds9-triage
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ds9-triage
Source: https://github.com/sunilkgrao/aethervault/tree/main/deploy/openclaw-skills/ds9-triage
Command: npx skills add https://github.com/sunilkgrao/aethervault --skill ds9-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DS9 triage provides a thin dispatcher to route DS9 debugging and PR coordination requests that come through Slack, ensuring engineers have clear next steps and that validations are channeled to the correct sub-skills (e.g., ds9-pr-testing) before any code changes.

Core Features & Use Cases

  • Thin dispatcher: delegates work to specialized skills (e.g., ds9-pr-testing, jira-eng-board) and enforces shared Slack behavior and privacy rules.
  • Production triage path: routes private/prod related questions through ds9-prod-debug before any public conclusions.
  • Governance and traceability: ensures Jira linkage and thread-isolated worktrees for controlled investigation.
  • Public reply contract: maintains concise, evidence-backed updates with blocker/hypothesis/verified fields.

Quick Start

Start a new Slack triage thread for a DS9 issue and route it to the triage system to initiate validation with ds9-pr-testing and Jira before any PR is opened.

Frequently Asked Questions about ds9-triage

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

FAQPage Schema
How do I triage debugging issues reported in Slack and route them to the right validation steps?▼

Slack triage requires a dispatcher to route debugging issues to validation skills before code changes. This system delegates work to specialized skills, enforces Jira linkage, and maintains a strict public reply contract to surface actionable next steps.

What is the best way to coordinate PR debugging while maintaining privacy rules in Slack channels?▼

PR debugging coordination is handled by a thin dispatcher that operates within Slack channels and enforces privacy rules. It routes private production questions through a specialized debug skill before publishing any public conclusions.

How do I enforce Jira linkage and thread-isolated worktrees for GitHub pull request investigations?▼

Enforce Jira linkage and thread-isolated worktrees by routing pull request investigations through a triage dispatcher. This governance ensures controlled investigation and traceability before any code changes are applied.

Can I use Slack triage to route production debugging questions separately from public PR discussions?▼

Yes, Slack triage separates production debugging by routing private questions through a dedicated production debug skill. This ensures sensitive issues are validated privately before any public conclusions are shared.

What are the limitations of using a thin dispatcher for Slack issue triage?▼

A thin dispatcher for Slack triage relies entirely on specialized sub-skills to perform validations. It cannot execute tests or debug code directly; it only coordinates routing, enforces governance, and formats public replies.