haacked/dotfiles

My dotfiles and scripts I use on dev machines

131Stars on the repository
44Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

simplify

01

haacked/dotfiles

Skill Claude CodeCodex

Simplify recently changed code for clarity, consistency, and maintainability while preserving behavior. Use after implementation or when asked to simplify or refactor code without changing what it does.

131 4d ago A 38 tokens

address-pr-reviews

02

haacked/dotfiles

Skill Claude CodeCodex

Evaluate unresolved PR review comments from any reviewer — bots and humans — fix legitimate issues, and reply to dismissed ones.

131 4d ago A 28 tokens

analyze-permissions

03

haacked/dotfiles

Skill Claude CodeCodex

Analyze accumulated permissions and suggest smart wildcard patterns. Only invoke when the user explicitly runs /analyze-permissions or asks to analyze their Claude Code permissions.

131 4d ago C 35 tokens

babysit-prs

04

haacked/dotfiles

Skill Claude CodeCodex

One sweep over all of my open PRs — check CI and merge-queue state, handle new review comments, fix and push — tracking state so reruns skip already-handled work. Designed to be driven by /loop.

131 4d ago A 52 tokens

ci-monitor

05

haacked/dotfiles

Skill Claude CodeCodex

Monitor CI checks after pushing, detect flaky vs legit failures, and auto-fix. Follows a PR into a Trunk merge queue, where the queue's CI runs on its own branch.

131 4d ago A 42 tokens

comment-cleanup

06

haacked/dotfiles

Skill Claude CodeCodex

Delete and tighten code comments in source files after they are written. Drops narration, restatement, and change-log comments, then cuts the survivors to one fact each. Use when the user says the comments are too wordy, asks to clean up or trim comments, or right after generating code that came out over-commented.…

131 4d ago A 87 tokens

commit

07

haacked/dotfiles

Skill Claude CodeCodex

Commit staged/unstaged changes with a well-crafted commit message.

131 4d ago A 15 tokens

create-pr

08

haacked/dotfiles

Skill Claude CodeCodex

Create or update a GitHub PR with automatic template detection and filling, enforcing a plain staff-engineer writing voice in the PR body.

131 4d ago A 29 tokens

explain-open

09

haacked/dotfiles

Skill Claude CodeCodex

Explain each open or skipped code-review item in plain English, weigh what happens on each side of the decision, and give a recommendation.

131 4d ago A 31 tokens

followup

10

haacked/dotfiles

Skill Claude CodeCodex

Capture a follow-up item mid-session in seconds, list open items, close one, or run a review pass. Use when the user says "follow up on this later", "add a followup", "don't let me forget", or runs /followup.

131 4d ago A 56 tokens

haacked/dotfiles

Skill Claude CodeCodex

Reference for GitHub PR review endpoints and resolving review threads via gh CLI. Use when replying to a PR review comment, posting a new review comment, or resolving review threads.

131 4d ago A 40 tokens

go

12

haacked/dotfiles

Skill Claude CodeCodex

Plan, implement, and review a task end-to-end — review-code + ReviewHog in parallel, every review addressed, CI watched to green, open items explained. Idempotent — re-running reports where the pipeline stands and resumes from the first incomplete step.

131 4d ago A 55 tokens

handoff

13

haacked/dotfiles

Skill Claude CodeCodex

Write or resume a handoff document so the next agent session can pick up the current work. Use when context is filling up, when ending a session mid-task, or at the start of a new session that should continue prior work.

131 4d ago A 50 tokens

metabase-prod-query

14

haacked/dotfiles

Skill Claude CodeCodex

Query PostHog production Metabase. Use when the user wants prod data such as counts, distributions, customer-report debugging, or region comparisons. Not for local dev investigations; use the posthog-db MCP for those.

131 4d ago A 51 tokens

note

15

haacked/dotfiles

Skill Claude CodeCodex

Capture complex technical discoveries into structured, reusable notes. Use when explaining system behaviors, documenting debugging insights, or preserving knowledge.

131 4d ago A 26 tokens

ops-report

16

haacked/dotfiles

Skill Claude CodeCodex

Generate a 24-hour operational health report for a PostHog service by querying Grafana dashboards and Prometheus metrics. Produces a formatted markdown report with key metrics, anomalies, and recommendations.

131 4d ago A 42 tokens

plain-writing

17

haacked/dotfiles

Skill Claude CodeCodex

Write, rewrite, or review prose for other people in clear, direct English. Use for PR descriptions, review comments, plans, reports, documentation, and messages. Do not use for code, structured data, or text that must remain verbatim.

131 4d ago A 53 tokens

posthog-context

18

haacked/dotfiles

Skill Claude CodeCodex

PostHog repo workflow, database access rules, production architecture, SDK repo locations, and the posthog-cli api workflow. Use when working in posthog/posthog or any PostHog SDK repo, and before any PostHog data query or API operation.

131 4d ago A 59 tokens

quarterly-planning

19

haacked/dotfiles

Skill Claude CodeCodex

Draft quarterly goals for a PostHog team (defaults to Feature Flags), clustering open issues into themes and producing goals in PostHog's HOGS format. Use when planning a new quarter's objectives.

131 4d ago A 47 tokens

ran

20

haacked/dotfiles

Skill Claude CodeCodex

Show which workflow steps have run against the current branch and which are missing or stale. Use when the user asks "have we run simplify and review-code on this branch?", "did I skip a step?", or runs /ran, especially after a context clear when the session no longer remembers what happened.

131 4d ago A 62 tokens

resolve-conflicts

21

haacked/dotfiles

Skill Claude CodeCodex

Resolve git conflicts with AI-powered analysis, including mergiraf structural merging, lock file handling, and stacked PR duplicate detection.

131 4d ago A 29 tokens

review-fix-cycle

22

haacked/dotfiles

Skill Claude CodeCodex

Run one review-fix iteration — review code, fix findings, simplify, clean comments, and commit.

131 4d ago A 26 tokens

sprint-planning

23

haacked/dotfiles

Skill Claude CodeCodex

Write bi-weekly sprint planning updates for a PostHog team (defaults to Feature Flags). Automates PR fetching, sprint detection, and retro construction from the previous plan.

131 4d ago A 40 tokens

squash

24

haacked/dotfiles

Skill Claude CodeCodex

Squash each contributor's run of contiguous commits on the current branch into one, preserving authorship. CI snapshot commits (authored by bots) are preserved in place and reported.

131 4d ago A 40 tokens