Skill Claude CodeCodex
An automated workflow for updating dependencies in nix-darwin, the system-configuration tool for macOS built with Nix. It updates the dependency lock file and prepares the change in Git.
Skill Claude CodeCodex
An automated workflow for updating dependencies in nix-darwin, the system-configuration tool for macOS built with Nix. It updates the dependency lock file and prepares the change in Git.
Skill Claude CodeCodex
A source-cleanup workflow that removes non-documentation comments from files changed during coding, except for approved markers such as TODO, FIXME, or SAFETY.
Skill Claude CodeCodex
A skill that plans a task and assigns its separate work units to another AI worker, called a subagent. It is intended for simple, repeatable work that does not need to run in the main process.
Skill Claude CodeCodex
A three-phase workflow for carrying out implementation tasks. It plans and tests the work, delegates implementation using test-driven development (TDD), then runs repeated code reviews.
Skill Claude CodeCodex
An automated monitor for GitHub Actions, the service that runs checks such as tests after code changes. It watches all checks after a pull request or a push to a pull-request branch and can invoke a failure-recovery process.
Skill Claude CodeCodex
An automated check for GitHub pull requests, which are proposed code changes awaiting review or merging.
Skill Claude CodeCodex
An orchestration workflow that prepares an already acknowledged issue for implementation and changes its status to ready when finished.
Skill Claude CodeCodex
An interview-style guide for examining a plan or design in depth. It asks about assumptions, alternatives, and decisions until the intended approach is clear.
Skill Claude CodeCodex
A review workflow for making AI-drafted Japanese prose read more like writing by a person. It examines blogs, articles, essays, and prose in README or Markdown files before publication.
Skill Claude CodeCodex
A workflow for diagnosing a failed GitHub Actions CI run and applying one fix commit. CI means automated checks that run when code changes are proposed or pushed.
Skill Claude CodeCodex
An automated procedure for resolving merge conflicts in a pull request branch. A merge conflict happens when Git cannot combine competing changes by itself.
Skill Claude CodeCodex
An automated workflow for handling GitHub pull-request review comments, applying requested code changes, committing them, and pushing them back.
Skill Claude CodeCodex
A guide for diagnosing missing files in Git worktrees. A Git worktree is another working directory connected to the same repository, often used for separate branches.
Skill Claude CodeCodex
A pull-request restart workflow for replacing a messy review with a new pull request containing one clean commit and a summary of the earlier discussion.
Skill Claude CodeCodex
A code-review skill that checks changes for bugs, weaknesses, and unstable behaviour. It designs and runs tests using several quality and security viewpoints, without changing production code.
Skill Claude CodeCodex
A read-only review guide for checking whether changed source code matches the project’s existing naming, formatting, coding style, and common patterns.
Skill Claude CodeCodex
A read-only code review for finding unnecessary complexity after a change. It checks for re-created standard features, speculative abstractions, dead code, and other over-engineering.
Skill Claude CodeCodex
A read-only code review for finding problems that make changed code harder to understand. It checks naming, comments, control flow, expressions, variables, and structure.
Skill Claude CodeCodex
A specialist for reporting where implementation files are located in a Git worktree. A worktree is a separate working directory connected to a Git repository.
Skill Claude CodeCodex
A workflow for opening a GitHub Issue, a tracked request or problem in a software repository. It gathers the background, problem, goal, and acceptance criteria before creating the issue.
Skill Claude CodeCodex
An automated pull-request submission workflow. A pull request is a request for a code change to be reviewed and merged; this workflow writes its explanation, creates it, watches its automated checks, and fixes failed checks.
Skill Claude CodeCodex
A quality check for code changes that measures how difficult source code is to understand and checks test coverage, the share of code exercised by tests.
Skill Claude CodeCodex
A checking routine for GitHub Actions workflow YAML files, which describe automated tasks that run in GitHub. It runs formatting, YAML, and workflow checks, and reviews embedded shell and Node.js code for complexity.
Skill Claude CodeCodex
A Japanese-language review for Markdown documents, such as READMEs, manuals, and blog drafts. It checks writing style, spacing, line breaks, and links to real code symbols.