wp-trac-search

Search WordPress Trac tickets for: $1

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wp-trac-search" with this command: npx skills add sirreal/agent-skills/sirreal-agent-skills-wp-trac-search

Search WordPress Trac tickets for: $1

If no search criteria were provided, ask the user what they want to search for.

Script reference

!${CLAUDE_PLUGIN_ROOT}/skills/wp-trac-search/scripts/search.php --help

Translation guide

When translating natural language to CLI arguments:

  • "open tickets" → --status=new --status=assigned --status=accepted --status=reopened --status=reviewing

  • "closed tickets" → --status=closed

  • Only use --component when there's a very obvious match to an exact component name (e.g., "HTML API", "REST API")

  • When in doubt, use --summary and --description text search instead of --component

  • Use --summary for text search in ticket title

  • Use --description for text search in ticket body

Examples

User request CLI arguments

"open HTML API tickets" --component="HTML API" --status=new --status=assigned --status=accepted --status=reopened --status=reviewing

"closed REST API bugs" --component="REST API" --status=closed --type="defect (bug)"

"tickets about block editor" --summary="block editor" --description="block editor"

Instructions

  • Parse the user's description to identify filters and search terms

  • Build the correct CLI arguments using the documented options

  • Run: !echo "${CLAUDE_PLUGIN_ROOT}/skills/wp-trac-search/scripts/search.php" [arguments]

  • Review results — try several different queries to find good results

  • Try different combinations: broader/narrower searches, different text terms, with/without component filters

  • Return the final results

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

wp-trac-changeset

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

wp-trac-timeline

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
86.7K23Kvercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
60.8K23Kvercel