simplify
01Skill 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.
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.
Skill Claude CodeCodex
Evaluate unresolved PR review comments from any reviewer — bots and humans — fix legitimate issues, and reply to dismissed ones.
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.
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.
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.
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.…
Skill Claude CodeCodex
Commit staged/unstaged changes with a well-crafted commit message.
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.
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
Capture complex technical discoveries into structured, reusable notes. Use when explaining system behaviors, documenting debugging insights, or preserving knowledge.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
Resolve git conflicts with AI-powered analysis, including mergiraf structural merging, lock file handling, and stacked PR duplicate detection.
Skill Claude CodeCodex
Run one review-fix iteration — review code, fix findings, simplify, clean comments, and commit.
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.
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.