Browse WordPress Trac timeline activity feed. Use when the user asks about recent WordPress core Trac activity, commits, ticket changes, or what a specific author has been working on. Matches queries like "recent trac activity", "what has USER done on trac", "WordPress core commits this week", "show me USER's trac contributions".
Browses the WordPress Trac timeline to show recent core activity, commits, and user contributions.
npx claudepluginhub sirreal/agent-skillsThis skill is limited to using the following tools:
scripts/timeline.phpQuery WordPress Trac timeline for: $1
!${CLAUDE_PLUGIN_ROOT}/skills/wp-trac-timeline/scripts/timeline.php --help
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 |
| 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 |
--from and --daysback from relative datesecho "${CLAUDE_PLUGIN_ROOT}/skills/wp-trac-timeline/scripts/timeline.php" [arguments]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.