skills/sirreal/agent-skills/wp-trac-timeline

wp-trac-timeline

SKILL.md

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

  1. Parse the user's request to identify time period and author(s)
  2. Calculate --from and --daysback from relative dates
  3. Run: !echo "${CLAUDE_PLUGIN_ROOT}/skills/wp-trac-timeline/scripts/timeline.php" [arguments]
  4. Present the timeline results
Weekly Installs
4
First Seen
Feb 12, 2026
Installed on
amp4
claude-code4
github-copilot4
codex4
kimi-cli4
gemini-cli4