How this skill is triggered — by the user, by Claude, or both
Slash command
/edge-ic:sprint-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query all tickets in a given sprint and display them grouped by status to show sprint progress and identify work that needs to move.
Query all tickets in a given sprint and display them grouped by status to show sprint progress and identify work that needs to move.
Given a sprint number (or default to current sprint), query Jira for all active tickets and present them in a structured format grouped by status progression.
--assignee=<user>, --all, --format=<type>Sprint = <sprint-id> AND statusCategory != Done--all: Sprint = <sprint-id> (omit statusCategory filter)--assignee=<user>: Append AND assignee = "<user>" to querySprint = <sprint-id> AND assignee = "<user>" (no statusCategory filter)Sprint = 287 AND statusCategory != DoneSprint = 287Sprint = 287 AND statusCategory != Done AND assignee = currentUser()Sprint = 287 AND assignee = "[email protected]"mcp__atlassian__jira_searchnpx claudepluginhub openshift-eng/edge-tooling --plugin edge-icCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.