wp-trac-timeline

Query WordPress Trac timeline 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-timeline" with this command: npx skills add sirreal/agent-skills/sirreal-agent-skills-wp-trac-timeline

Query WordPress Trac timeline for: $1

Script reference

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

Date calculation

Today's date is used to calculate dates. Convert relative dates to explicit parameters:

User says Calculation

"last 2 weeks" --daysback=14

"past month" --daysback=30

"last 7 days" --daysback=7

"around Jan 12, 2023" --from=2023-01-15 --daysback=7 (center on the date)

"January 2023" --from=2023-01-31 --daysback=31

"since Feb 1" Calculate days from Feb 1 to today

Examples

User request CLI arguments

"my activity last 2 weeks" --author=jonsurrell --daysback=14

"what did saxmatt and ryan do in early 2005" --from=2005-01-15 --daysback=15 --author=saxmatt --author=ryan

"all trac activity yesterday" --daysback=1

"jonsurrell's commits this month" --author=jonsurrell --daysback=30

Instructions

  • Parse the user's request to identify time period and author(s)

  • Calculate --from and --daysback from relative dates

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

  • Present the timeline 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-search

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

wp-trac-changeset

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
85.9K23Kvercel
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.3K23Kvercel