repo-maintenance
Installation
SKILL.md
Skill: IDS Repo Maintenance
Purpose
Help maintainers perform day-to-day tasks in the IDS monorepo — fixing bugs, managing releases, reviewing PRs, fixing CI, and keeping documentation in sync.
Triage & Prioritisation
During this period, the focus is bug fixes only — no new features, no regressions.
flowchart TD
A[Incoming request] --> B{What type?}
B -->|Bug report| C[Ask user to create\nGitHub issue using\nbug_report template]
B -->|Feature request| D[Features are paused —\nask user to create issue\nusing feature_request template\nfor future prioritisation]
B -->|New component proposal| D
B -->|Consumer question| E[Point to Storybook docs\nor relevant agent skill]
C --> F[Issue created with\nversion, repro steps,\nexpected vs actual]
Related skills