स्लैश कमांड लाइब्रेरी
इन्हें .claude/commands/<name>.md (प्रोजेक्ट) या ~/.claude/commands/<name>.md (व्यक्तिगत) में कॉपी करें। फ़ाइल का नाम ही कमांड बन जाता है। तंत्र के लिए देखें कस्टम स्लैश कमांड।
/commit — स्टेज किए गए diff से Conventional Commit
---
description: Write a Conventional Commit message from the staged changes
---
Run `git diff --cached`. Write ONE Conventional Commit message (feat/fix/docs/
refactor/test/chore) describing the change. Output only the message.
/review — किसी फ़ाइल या diff की समीक्षा करें
---
description: Review code for bugs, edge cases, and clarity
---
Review the target for correctness bugs, missing edge cases, and clarity issues.
Report only real, high-confidence findings as a checklist. Target: $ARGUMENTS
/pr — एक PR विवरण का मसौदा तैयार करें
---
description: Draft a pull request description from the branch diff
---
Compare against the default branch (`git diff main...HEAD`). Write a PR
description: what changed, why, and how it was verified. Use short sections.
/explain — कोड को सरल भाषा में समझाएँ
---
description: Explain how something works
---
Explain $ARGUMENTS in plain language: what it does, how it flows, and any gotchas.
Read the relevant files first.
/scaffold — नया कंपोनेंट/मॉड्यूल
---
description: Scaffold a new component following project conventions
---
Create a new $ARGUMENTS following this repo's existing patterns (structure,
naming, tests). Show a plan first, then create the files.
/changelog — हाल के बदलावों का सारांश
---
description: Summarize recent commits into a changelog entry
---
Run `git log --oneline -20`. Group the changes into Added / Changed / Fixed in
Keep a Changelog style.
:::tip इन्हें एक प्लगइन के रूप में साझा करें अपनी टीम के पसंदीदा कमांड (साथ ही हुक्स और स्किल्स) को एक प्लगइन में बंडल करें ताकि हर कोई इन्हें एक ही चरण में इंस्टॉल कर सके। :::