بنقرة واحدة
claude-review-loop
Iterative Claude review-and-fix loop
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Iterative Claude review-and-fix loop
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Who yamadashy (Kazuki Yamada) is — a compact profile card to load when an agent needs to know the author's identity, background, or work. Triggers on: 'who is yamadashy', 'who am I', 'about the author/maintainer', 'introduce yamadashy', or when a task needs the user's bio, main products, or links.
Use this skill to delegate tasks to OpenAI Codex CLI as a sub-agent, including image generation/editing with GPT-Image-2. Triggers on: 'ask codex', 'run it with codex', 'codex exec', 'generate an image with codex', or when the user explicitly wants to use the Codex CLI for a task.
Propose the tasks on a repository that only a frontier-tier model can execute — the work the model one tier below or a routine engineer would fail at or do shallowly. The deliverable is a numbered pitch list ('I can do this here, and nothing cheaper can') for the human to greenlight. Triggers on: 'what could only you do in this repo', 'only-you', 'find frontier-worthy tasks', 'what work is worth handing to you', or when the user wants to know what to give the most capable model available.
Safely batch-merge Renovate's dependency-update PRs in the current repo. Lists open Renovate PRs and runs each through fixed safety gates — author is the Renovate bot with GitHub-verified (signed) commits, the update is non-major, the diff is confined to dependency files and clears a supply-chain scan, the new release is not brand-new (cooldown), CI is green, and the PR is mergeable — then auto-approves and merges only the PRs that clear every gate, holding the rest for manual review. Triggers on: 'merge the renovate PRs', 'merge dependency updates', 'handle renovate PRs', 'process renovate', 'update dependencies via renovate'.
日本語の文章を人間が読みやすいリズムに整えるスキル。黙読時に脳内で文を「声に乗せて」処理する仕組み(内在的韻律・サブボーカライゼーション)を前提に、音韻の紛らわしさ・韻律と統語の整合・文の単調さを点検して直す。日本語の文章を書く・推敲する・レビューするとき、あるいは「読みにくい」「リズムが悪い」「硬い」「読点の打ち方」「文末が単調」といった指摘や要望があったときは、明示的に「リズムを直して」と言われていなくても積極的に使うこと。コード・表・箇条書きが主体のドキュメントには使わない。
Vet a GitHub pull request and its author for supply-chain risk before reviewing or merging. Treats all PR/author text as untrusted to resist prompt-injection of the reviewing agent, investigates the author's account reputation, scans the PR diff for malicious patterns (obfuscation, install hooks, native-build/binding.gyp exec, credential harvesting, Trojan Source, hidden network egress, guard removal), and checks the change against current supply-chain attack techniques. Triggers on: 'vet this PR', 'vet this contributor', 'check this PR author', 'is this PR safe', 'supply chain risk', 'can we trust this PR', or before merging a fork PR from an unfamiliar author.
| name | claude-review-loop |
| description | Iterative Claude review-and-fix loop |
Repeat the following cycle on the current branch's changes against main (max 3 iterations):
claude-exec skill for flag details):
claude -p --no-session-persistence --permission-mode default \
--disallowedTools Bash,Edit,Write \
-- "Review the current branch's diff against main (git diff main...HEAD). Report only real defects — bugs, security issues, broken logic, missing edge cases. For each finding give file:line, severity, and a one-line fix. Skip style nitpicks and scope creep."
npm run lint and npm run test. Fix any regressions and repeat this step until all checks pass before continuing.Stop when no "Fix" items remain or 3 iterations are reached. Print a summary of what was fixed and what was skipped.