PreToolUse
01Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing no-push-main.py via python3. From ArjenSchwarz/agentic-coding.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing no-push-main.py via python3. From ArjenSchwarz/agentic-coding.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse) and 1 allowed tools.
Agent
Run a Claude Code review locally against a pull/merge request instead of through CI, mirroring an automated review job so private CI/Actions minutes are not consumed. Works on both GitHub (gh) and GitLab (glab) — it detects the forge from the git remote. Use when the user asks to "review this PR locally", "review this…
Agent
name: peer-review-validator description: Use this agent when you need to validate your thinking, designs, or solutions by getting a second opinion from another AI system. This agent excels at seeking external validation while maintaining critical thinking about the feedback received. Ideal for complex problem-solving…
Agent
name: research-assistant description: Use this agent when you need comprehensive research on a specific topic, problem, or question that requires gathering current information from multiple sources and producing a structured report. Examples: Context: User needs research on emerging AI safety regulations for a…
Skill Claude CodeCodex
Batch-fix all open bugs in parallel, iterate on PR reviews until clean, then squash-merge each PR sequentially. Extends bug-blitz with automated review cycles and merge. Fetches bug-type tasks from Transit, creates worktrees, spawns parallel fix agents, runs /pr-review-fixer in a loop until no blockers/critical/major…
Skill Claude CodeCodex
Batch-fix all open bugs in parallel using git worktrees. Fetches bug-type tasks in "idea" status from Transit, creates an isolated worktree per bug, and spawns parallel subagents each running the fix-bug workflow. Use when you want to tackle all open bugs at once, e.g. "fix all open bugs", "bug blitz", "resolve all…
Skill Claude CodeCodex
Capture reusable cross-project technical knowledge into the user's Obsidian vault as a markdown note. Use whenever the user wants to save a learning, pattern, recipe, or how-to that would help future projects — phrases like "save this to my vault", "write this up as a note", "capture this for future reference"…
Skill Claude CodeCodex
Catch Up on Branch Changes.
Skill Claude CodeCodex
Interactive Claude Code workshop that teaches features through hands-on exploration. Fetches the latest docs and changelog, organizes content into modules (basics, hooks, MCP, skills, subagents, etc.), and walks through each one step-by-step with explanations and live exercises in the current project. Supports…
Skill Claude CodeCodex
Parallel code audit combining simplification and design critique analysis. Spawns two subagents (code-simplifier and design-critic) to independently review the current directory, consolidates findings into a prioritised report, and offers to create Transit tasks for actionable items. Use when you want a broad quality…
Skill Claude CodeCodex
Review and simplify code to reduce complexity and improve maintainability.
Skill Claude CodeCodex
Commits.
Skill Claude CodeCodex
Critical review of design documents, architecture proposals, and requirements.
Skill Claude CodeCodex
Analyze code for performance and efficiency improvements.
Skill Claude CodeCodex
Explain code changes or designs at three expertise levels (beginner, intermediate 5-10 yrs, expert). Use for: (1) PR/branch change explanations - understand what changed and why, (2) Design document validation - self-review by explaining at multiple levels to catch gaps or logic issues. Triggers: "explain this PR"…
Skill Claude CodeCodex
Systematic bug investigation, resolution, and documentation. Use when fixing bugs that need thorough analysis, test coverage, and a formal bugfix report. Applies systematic debugging methodology, creates regression tests, and generates a standardized report in specs/bugfixes/ /. For complex bugs, spawns competing…
Skill Claude CodeCodex
Fix Go unit tests to comply to best practices. Use this when you're asked to modernise tests.
Skill Claude CodeCodex
4. Make it so (implement all tasks).
Skill Claude CodeCodex
Implement the next unfinished group of tasks from the tasks list. A group of tasks is a set of tasks that start with the same number like 1.1, 1.2, but NOT 2.1.
Skill Claude CodeCodex
Generate Claude Code permissions config from session history. Use when setting up autonomous mode, configuring .claude/settings.json, avoiding --dangerously-skip-permissions, or analyzing what permissions a project needs. Reads session logs to extract Bash commands and MCP tools actually used, then generates…
Skill Claude CodeCodex
Pull a PR from GitHub, run parallel review agents (code reuse, quality, efficiency, spec adherence) in read-only mode, surface unresolved comments, and write a self-contained HTML overview page to the repo root. Use whenever the user wants a read-only summary of a PR before deciding what to do — phrases like "overview…
Skill Claude CodeCodex
Push a branch, open a change request, iterate on reviews until clean, then squash-merge. Runs /pr-review-fixer in a loop until no blockers/critical/major issues remain, rebases onto latest origin/main, and squash-merges. Works on both GitHub (gh) and GitLab (glab) — it detects the forge from the git remote. Works with…
Skill Claude CodeCodex
Fetch unresolved change-request review threads (both diff-anchored and CR-level), validate issues, and fix them. Also checks CI status and fixes failing tests, lint errors, and build issues. Works on both GitHub (gh) and GitLab (glab) — it detects the forge from the git remote. Use when reviewing and addressing PR/MR…