Track and triage ATC (Administrator on Call) tasks for the Marketing Efficiency team. Manages open/resolved task log at ~/.pi/tmp/atc-tasks.md. Triggers on: 'triage ATC', 'open ATC tasks', 'ATC status', 'resolve ATC task', 'close ATC task', 'new ATC task',…
samjonester/dotfiles
SkillsMP has collected 20 skills from samjonester/dotfiles. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 20
- GitHub stars
- 5
- GitHub forks
- 1
Skills in this repository
Showing 20 of 20 collected skills.
Watch CI for a PR (number or URL), notify on success, or triage/fix failures and confirm `git commit --amend` + `git push` before re-running the loop.
Review multiple PRs in batches with hard gating between batches for user action (approve, request changes, post comments). Classifies PRs, gathers diffs via bg_run, dispatches reviewers from the lead via subagent, and manages WTP worktree lifecycle. Triggers…
Run Binks code review locally before pushing, then auto-address findings. Runs `devx binks-pr-review` against the current diff, parses JSON output, assesses each finding, fixes valid issues, and optionally re-runs to verify. Triggers on: 'binks precheck',…
Address Binks automated code review comments on a PR. Fetches comments, assesses validity, fixes valid issues, replies with feedback, reacts with thumbs up/down, and resolves threads. Triggers on: 'address binks review', 'handle binks comments', 'binks…
Create a GitHub issue from a PR comment. Researches the comment context, suggests labels, and writes an AI-implementable issue on the Marketing Efficiency Team project board (shop/issues-marketing-efficiency). Use when the user shares a PR comment URL or asks…
End-to-end workflow from idea to implemented PR(s). Plans via the multi-model planning pipeline, then implements — directly for 1 option, or with parallel agent-teams for N options. Handles WTP slots, git branches, and a dedicated validator teammate with dev…
Manual validation of a Mozart PR. Checks out the PR branch in a WTP worktree, reads the PR description for validation steps, classifies changes as BE/FE/GQL, creates and executes appropriate validation scripts (Rails runner, GQL queries, or Playwright via…
Start Mozart PR review in an isolated WTP worktree by PR number or branch name. Use when the user asks to review an existing PR in a separate worktree slot.
Check the status of open PRs where you requested changes — classify each as stale, updated, or addressed, and suggest next actions (re-review, nudge the author). Triggers on 'follow up on my PRs', 'check review status', 'did they address my feedback',…
Unified code review — supersedes code-review. Classifies PRs by change type, size, and risk to select the right specialized reviewers (3-8 instead of all 15). Dispatches in sequential batches, validates findings with review-judge, and produces actionable…
Triage Slack unreads with context-aware prioritization. Modes: morning (build todo list), mid-day (immediate attention), end-of-day (loose ends), catch-up from date (after OOO). Auto-detects ATC duty, uses VIP list, correlates cross-channel signals,…
Execute a plan document step-by-step using isolated subagents. Each step gets a fresh context with only the files it needs, preventing context explosion. Triggers on: 'implement <plan>', 'implement step N from <plan>', 'execute plan', or any request to…
Install or uninstall pi extensions, skills, agents, and prompts. Routes between tactical (/pkg, this machine only) and reproducible (manifest + dotfiles, all machines) workflows. Triggers on: 'install <name>', 'uninstall <name>', 'add extension', 'remove…
Set up and run an autonomous experiment loop for any optimization target. Gathers what to optimize, then starts the loop immediately. Use when asked to "run autoresearch", "optimize X in a loop", "set up autoresearch for X", or "start experiments".
Finalize an autoresearch session into clean, reviewable branches. Use when asked to "finalize autoresearch", "clean up experiments", or "prepare autoresearch for review".
Analyze and review pi extensions (.ts files in ~/.pi/agent/extensions/ or .pi/extensions/) for quality, correctness, gaps, and adherence to pi's conventions. Covers API usage (StringEnum, tool signatures, event handlers), error handling, state management,…
Route Mozart PR description generation to the correct validation skill based on changed files. Use when asked to generate, draft, or write a PR description for Mozart.
Create or resume a fresh Mozart development worktree using WTP. Use when the user asks to start fresh development in a new worktree, create a branch worktree, or switch to an isolated slot for a new task.
Install and manage agent skills from the devx skills repo. Use when: (1) user says "add skill", "install skill", or "devx skills", (2) user wants to browse or search available skills. Always installs to ~/.pi/agent/skills/ for personal use unless the user…