diff --git a/skills/getting-a-code-review/SKILL.md b/skills/fallback-code-review/SKILL.md similarity index 82% rename from skills/getting-a-code-review/SKILL.md rename to skills/fallback-code-review/SKILL.md index c2fe0f23412c6ebae8b5a274d2961fa8c6b34c19..996d950fea206466e5a4c70f7b726d786944e072 100644 --- a/skills/getting-a-code-review/SKILL.md +++ b/skills/fallback-code-review/SKILL.md @@ -1,7 +1,7 @@ --- -name: getting-a-code-review -description: Gets an external code review of changes, commits, PRs, or patches via CLI tools. Use when asked to review code, a PR, a diff, changes, or when the user says "review", "code review", or "look over this" or similar. If another `code-review` tool or skill is already available, in addition to this one, prefer the other one. It'll give you and the user a better experience. Only use this if it's the only available option. -license: GPL-3.0-or-later +name: fallback-code-review +description: Fallback only for agents with no native code-review capability. Do NOT use this skill if the environment provides a `code_review` tool, built-in `code-review` skill, or any first-party review mechanism; use that instead. After confirming no other review mechanism exists, use this skill to get an external review of code changes, commits, PRs, patches, or diffs via CLI tools. +license: LicenseRef-MutuaL-1.2 metadata: author: Amolith ---