How this command is triggered — by the user, by Claude, or both
Slash command
/kernel-review-workflow:trackFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Track Patch Series Track a new patch series for ongoing monitoring. **Usage:** `/track <message-id> [friendly-name]` **Arguments:** - `$1`: Message-ID of the patch series (e.g., `[email protected]`) - `$2`: (Optional) Friendly name for the series (e.g., `cache-aware-scheduling`) ## Process 1. **Validate input**: Ensure message-id is provided 2. **Fetch series**: Use `b4 mbox $1` to download the thread 3. **Parse series metadata**: - Extract version from cover letter subject (v22, v23, RFC v4, etc.) - Extract series title - Identify authors 4. **...
Track a new patch series for ongoing monitoring.
Usage: /track <message-id> [friendly-name]
Arguments:
$1: Message-ID of the patch series (e.g., [email protected])$2: (Optional) Friendly name for the series (e.g., cache-aware-scheduling)b4 mbox $1 to download the thread.claude/tracked-series/[U]pdate existing tracking to v23 → run /update-version <friendly-name> <message-id>[N]ew separate tracking → continue with new tracking[C]ancel → abort.claude/tracked-series/.claude/tracked-series/<friendly-name>/metadata.json with enhanced schema:
{
"message_id": "...",
"message_id_history": ["..."],
"friendly_name": "...",
"title": "Donor Migration for Proxy Execution",
"version": "v22",
"version_history": ["v22"],
"authors": ["John Stultz", "Peter Zijlstra"],
"first_tracked": "2025-10-16",
"last_updated": "2025-10-16",
"status": "under-review",
"mbox_files": ["2025-10-16.mbox"],
"summary_files": ["2025-10-16-summary.md"],
"notes": "Initial tracking of v22...",
"version_notes": {
"v22": "Initial tracking. 6-patch subset for donor migration."
}
}
semcode-index -s . to enable semantic code analysis/summarizediff_functions: Extract changed functions from patchesfind_function/find_type: Get full context for modified codefind_callchain: Understand call relationships and impactgrep_functions: Search for patterns and related code<date>-summary.md.claude/tracked-series/index.mdConfirm tracking setup and display summary of the series.
npx claudepluginhub jlelli/claude-kernel-reviews --plugin kernel-review-workflow/trackTracks and remembers rankings, SERP positions, and project metrics over time. Also supports alerting, performance reporting, and memory lifecycle management.
/trackTracks ML experiments by logging parameters, metrics, artifacts, metadata, and environment details in a structured format for comparison.
/trackSets up conversion tracking for Facebook/Meta Pixel + CAPI, TikTok Events API, Google Ads Enhanced Conversions, and GTM given website URL or tracking IDs.
/trackManages commitments and action items: add, complete, defer, edit, delete, and list pending ones grouped by urgency from SQLite database.