feat: add flashduty-statuspage agent skill#3
Merged
Conversation
Adds the tenth agent skill, covering the statuspage command family (4 existing operations + 4 migration subcommands) for AI coding agents. - skills/flashduty-statuspage/SKILL.md: inline command docs for list/changes/create-incident/create-timeline plus migrate structure/email-subscribers/status/cancel. Three workflows: publish and manage an incident, full Atlassian-to-Flashduty migration (structure then subscribers), cancel a runaway migration. Description narrowly scoped to page management + migration to avoid triggering overlap with flashduty-shared. - README.md / README_zh.md: bump "9 agent skills" to "10", add row. Structural pattern matches flashduty-channel and flashduty-insight (inline command sections, no references/ subdirectory). Flag tables and component-status enumerations verified against live CLI help.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the tenth Flashduty agent skill, covering the
statuspagecommand family (4 existing operations + 4 migration subcommands) for AI coding agents.Changes
skills/flashduty-statuspage/SKILL.md(~264 lines). Inline command sections matching theflashduty-channel/flashduty-insightstructural pattern — noreferences/subdirectory.README.md: "ships with 9 agent skills" → "10"; added skill row.README_zh.md: same drift fixed in zh copy.Skill scope
Covers both day-to-day statuspage operations and the one-time Atlassian → Flashduty migration:
Three workflows documented: incident publication lifecycle, full Atlassian migration (structure → verify → subscribers), and migration cancel.
Triggering scope
Description narrowly scoped to status page management + migration. Does NOT claim coverage of internal incident response (that's `flashduty-incident`) or channel/escalation setup (that's `flashduty-channel`). Cross-references both as related skills.
Verification
Non-goals