skill
97Command
Load the best-matching skill doc from skills/ and apply it to the current task.
Command
Load the best-matching skill doc from skills/ and apply it to the current task.
Skill Claude CodeCodex
Checks design/ADR docs for consistency and missing decisions.
Skill Claude CodeCodex
Checks common code quality and maintainability risks.
Skill Claude CodeCodex
Evaluates downstream tests for coverage and edge cases.
Skill Claude CodeCodex
Skill "<Skill Name>" from s977043/river-review, covering goal / 目的, non-goals / 扱わないこと, false-positive guards / 抑制条件, rule / ルール and evidence / 根拠の取り方.
Skill Claude CodeCodex
A review method that looks for how a design, system, or code change could fail, be attacked, or contain weak reasoning. It also compares stated claims with what the implementation and related files actually do.
Skill Claude CodeCodex
A multi-reviewer code review process that checks a change from several specialist viewpoints and combines the results into one report. It can cover bugs, security, tests, dependencies, frontend behavior, and continuous-integration workflows.
Skill Claude CodeCodex
An architecture-review guide that checks whether software design decisions, system boundaries, and data models fit together consistently. An architecture review examines the structure and dependencies of a system.
Skill Claude CodeCodex
A general code-review skill that checks readability, maintainability, and type safety, with routing for several specialized checks.
Skill Claude CodeCodex
A documentation review guide for checking whether project instructions and documentation match the code. It also compares Japanese and English documentation and checks that important terms are used consistently.
Skill Claude CodeCodex
A frontend review skill that checks user-interface changes for accessibility, design-system consistency, styling issues, UI states, and framework boundaries in React and Next.js.
Skill Claude CodeCodex
A performance-review guide for changes involving database queries, loops, batch jobs, caches, or large amounts of data.
Skill Claude CodeCodex
A security review skill that routes changes to checks for common vulnerabilities, privacy concerns, and access-control design.
Skill Claude CodeCodex
A testing-review coordinator that selects checks for test presence, coverage, naming, stability, planning, and assertion quality based on the files and code that changed.
Skill Claude CodeCodex
A code-review workflow coordinator that routes a request to specialist checks, verifies their findings, and records feedback for future reviews.
Skill Claude CodeCodex
A review that looks for important facts about a code change that remain unverified, such as requirements, affected systems, operating conditions, or migration details.
Skill Claude CodeCodex
Find missing tests for critical paths, edge cases, and failure handling in changed code.
Skill Claude CodeCodex
Detects patterns that make tests flaky and proposes stabilization steps.
Skill Claude CodeCodex
Reviews GitHub Actions workflow diffs for script injection of untrusted input, pullrequesttarget with untrusted checkout, over-broad GITHUBTOKEN permissions, and unpinned third-party actions.
Skill Claude CodeCodex
Applies standard AI review policy guidelines for downstream (test/QA) phase reviews.
Skill Claude CodeCodex
A test review that finds assertions—checks in tests—that do not really verify the program under test and therefore may always pass.
Skill Claude CodeCodex
Check whether changed code paths have corresponding tests and suggest minimal coverage.
Skill Claude CodeCodex
Ensure tests use clear naming and cover edge cases with proper describe/it structure.
Skill Claude CodeCodex
A review guide that uses a code diff—the list of changes between versions—to identify important missing test cases. It focuses on changes that affect program behaviour, not documentation-only edits.