Skill Claude CodeCodex
A checker that gathers permission entries from repository-local settings files and classifies which ones might belong in shared global settings. It only identifies candidates; a separate approved action performs any addition.
Skill Claude CodeCodex
A checker that gathers permission entries from repository-local settings files and classifies which ones might belong in shared global settings. It only identifies candidates; a separate approved action performs any addition.
Skill Claude CodeCodex
A teaching workflow for building a deep understanding of a pull request, design document, article, codebase, book chapter, paper, or idea. It covers the problem, solution, edge cases, and wider context.
Skill Claude CodeCodex
A workflow for turning a short request into a Linear issue, where Linear is a system for tracking software work. It first clarifies the goal and completion conditions, then creates the issue through Linear.
Skill Claude CodeCodex
A method for improving prompts by having an independent agent follow them, checking the results against fixed requirements, and repeating the process.
Skill Claude CodeCodex
A Go change reviewer focused on design rather than routine formatting or type checks. Go is a programming language, and table-driven tests are tests that run many named cases from one shared data table.
Skill Claude CodeCodex
A review check for changes to Markdown documents, shell scripts, SB files, and JSON settings. It looks for bloated explanations and comments about past decisions that no longer describe the current design.
Skill Claude CodeCodex
MUST use when editing CLAUDE.md, SKILL.md, or slash commands. Applies prompt engineering best practices regardless of task size.
Skill Claude CodeCodex
A review workflow for examining all changes in a branch compared with the main branch and producing a concise report with file and line references.
Skill Claude CodeCodex
Show the current session's log file path.
Skill Claude CodeCodex
A strict review of a branch's code changes focused on maintainability, structure, module boundaries, and overall code health.
Skill Claude CodeCodex
A TypeScript and TSX change reviewer focused on design issues that ordinary code checks may not catch. TypeScript is a programming language that adds type information to JavaScript, and TSX is its format for React interface code.
Skill Claude CodeCodex
A procedure for adding comments to code when a project hook normally blocks comment changes. It requires a temporary permission marker, limits comments to useful explanations, and removes the marker afterward.
Agent
A read-only checker that compares code changes with the applicable CLAUDE.md instruction files, including user, project, and directory-level rules.
Command
A command that runs three kinds of code review in parallel, combines their findings, and applies selected fixes. Code review is the process of checking code for defects, project-rule violations, and avoidable complexity.
Skill Claude CodeCodex
A code-review workflow that checks either uncommitted changes, changes against the main branch, or a specified commit.
Skill Claude CodeCodex
A Japanese-language workflow for turning a short idea into a well-defined issue, or task record, for a software project.
Skill Claude CodeCodex
A read-only review that looks for noise commonly introduced by AI-generated code in the current branch's changes.
Skill Claude CodeCodex
An automated workflow for taking a GitHub pull request from review to merge. A pull request is a proposed code change, and CI is the automated testing and checking that runs on it.
Skill Claude CodeCodex
A GitHub pull-request feedback collector that gathers top-level comments, inline comments, and review summaries into one structured report.
Skill Claude CodeCodex
A shared procedure for background coding sessions that are assigned issues by Symphony, an orchestration tool. It covers checking the issue tracker, recording work, moving work to human review, and merging changes.
Skill Claude CodeCodex
A skill for maintaining one work-notes comment on each issue, so background sessions can record progress and continue later.