explain-code
01Skill Claude CodeCodex
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks, "how does this work?".
Skill Claude CodeCodex
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks, "how does this work?".
Skill Claude CodeCodex
Inspect git history and append work summary to the daily work log.
Skill Claude CodeCodex
Replace with description of the skill and when it should be used.
Agent
Utility agent for pulling benchmark data, evaluating cost vs performance, and recommending which models to use for which agents. Use on-demand for model assignment reviews.
Agent
Multi-causal analysis with cross-module tracing and architecture-level diagnosis.
Agent
Failure classifier and diagnostician. Analyzes test failures and produces fix instructions.
Agent
Handles branching, conventional commits, and PR creation. Use after reviewer passes. Does not merge.
Agent
Coordinates the implementation pipeline with tiered agent routing. Classifies task complexity and dispatches to appropriate agent tiers.
Agent
Scope check and lint-level review for trivial changes.
Agent
Deep review with architecture analysis, security implications, and backward compatibility checks.
Agent
Quality gate before commit. Reviews diff for scope creep, overengineering, and unnecessary complexity. Use after tests pass.
Agent
Decomposes complex issues with dependency graphs, risk analysis, and rollback strategies.
Agent
Decomposes issues into structured implementation plans with ordered steps and acceptance criteria mapping. Use when breaking down a complex issue into actionable tasks.
Agent
Phase 1 verification only (lint, typecheck, unit tests). For trivial changes.
Agent
Two-phase verification gate. Phase 1: lint, typecheck, unit tests. Phase 2: integration and E2E.
Agent
Implements single-file edits and simple changes. Escalates if task exceeds scope.
Agent
Implements code and tests per plan; reports completion to the planner.
Cursor rule
Commit and PR conventions.
Cursor rule
Issue-as-source-of-truth and start/completion workflow.
Cursor rule
Delegate multi-step work to jg-planner first.
Cursor rule
PR review categories and decision rules.
Cursor rule
Complexity classification and tiered agent routing.
Skill Claude CodeCodex
Benchmark collection and evaluation workflow for agent model assignment reviews. Use when pulling benchmarks, evaluating cost/performance, or deciding which models to use for which agents.
Skill Claude CodeCodex
Read/write layout for pipeline artifacts in .pipeline/. Use when any jg- agent reads upstream artifacts or writes its output.