Look up WordPress Trac ticket information.
Fetches WordPress Trac ticket details and discussion comments by ticket number.
npx claudepluginhub sirreal/agent-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/ticket.phpLook up WordPress Trac ticket information.
If no ticket number was provided, ask the user which ticket they want to look up.
Pass the numeric ticket number to the script (e.g. 30000).
| User says | Use --discussion? |
|---|---|
| "look up ticket 30000" | No |
| "what's the status of ticket 12345" | No |
| "what are people saying on ticket 30000" | Yes |
| "show me the comments on #62345" | Yes |
| "summarize the discussion on ticket 50000" | Yes |
echo "${CLAUDE_PLUGIN_ROOT}/skills/wp-trac-ticket/scripts/ticket.php" <ticket-number>echo "${CLAUDE_PLUGIN_ROOT}/skills/wp-trac-ticket/scripts/ticket.php" --discussion <ticket-number>Basic mode returns: id, component, summary, type, status, milestone, and description.
Discussion mode returns: a list of comments with author and content for each.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.