From 7f10e4d70a511ed4e7d493f5c8192b71996963cb Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Mon, 25 May 2026 16:50:40 +0500 Subject: [PATCH] =?UTF-8?q?docs(skills):=20rename=20bundled=20skill=20simp?= =?UTF-8?q?lify=E2=86=92code-review=20(v2.1.147),=20bump=20badge=20to=20v2?= =?UTF-8?q?.1.150?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- best-practice/claude-skills.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/best-practice/claude-skills.md b/best-practice/claude-skills.md index 177d58f..65859b5 100644 --- a/best-practice/claude-skills.md +++ b/best-practice/claude-skills.md @@ -1,6 +1,6 @@ # Skills Best Practice -![Last Updated](https://img.shields.io/badge/Last_Updated-May%2021%2C%202026%2012%3A04%20AM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.145-blue?style=flat&labelColor=555)
+![Last Updated](https://img.shields.io/badge/Last_Updated-May%2025%2C%202026%204%3A25%20PM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.150-blue?style=flat&labelColor=555)
[![Implemented](https://img.shields.io/badge/Implemented-2ea44f?style=flat)](../implementation/claude-skills-implementation.md) Claude Code skills — frontmatter fields and official bundled skills. @@ -40,7 +40,7 @@ Claude Code skills — frontmatter fields and official bundled skills. | # | Skill | Description | |---|-------|-------------| -| 1 | `simplify` | Review changed code for reuse, quality, and efficiency — refactors to eliminate duplication | +| 1 | `code-review` | Review the current diff for correctness bugs at a chosen effort level (low/medium: fewer, high-confidence findings; high→max: broader coverage) — `--comment` posts findings as inline PR comments | | 2 | `batch` | Run commands across multiple files in bulk | | 3 | `debug` | Debug failing commands or code issues | | 4 | `loop` | Run a prompt or slash command on a recurring interval (up to 3 days) |