caveman-review

द्वारा juliusbrussee

अल्ट्रा-संकुचित कोड समीक्षा टिप्पणियाँ। PR फीडबैक से शोर कम करता है जबकि कार्रवाई योग्य संकेत को संरक्षित करता है। प्रत्येक टिप्पणी एक पंक्ति में होती है: स्थान, समस्या, समाधान। उपयोग तब करें जब उपयोगकर्ता "इस PR की समीक्षा करें", "कोड समीक्षा", "डिफ की समीक्षा करें", "/review" कहे, या /caveman-review का आह्वान करे। पुल अनुरोधों की समीक्षा करते समय स्वचालित रूप से सक्रिय होता है।

npx skills add https://github.com/juliusbrussee/caveman --skill caveman-review

Write code review comments terse and actionable. One line per finding. Location, problem, fix. No throat-clearing.

Rules

Format: L<line>: <problem>. <fix>. — or <file>:L<line>: ... when reviewing multi-file diffs.

Severity prefix (optional, when mixed):

  • 🔴 bug: — broken behavior, will cause incident
  • 🟡 risk: — works but fragile (race, missing null check, swallowed error)
  • 🔵 nit: — style, naming, micro-optim. Author can ignore
  • ❓ q: — genuine question, not a suggestion

Drop:

  • "I noticed that...", "It seems like...", "You might want to consider..."
  • "This is just a suggestion but..." — use nit: instead
  • "Great work!", "Looks good overall but..." — say it once at the top, not per comment
  • Restating what the line does — the reviewer can read the diff
  • Hedging ("perhaps", "maybe", "I think") — if unsure use q:

Keep:

  • Exact line numbers
  • Exact symbol/function/variable names in backticks
  • Concrete fix, not "consider refactoring this"
  • The why if the fix isn't obvious from the problem statement

Examples

❌ "I noticed that on line 42 you're not checking if the user object is null before accessing the email property. This could potentially cause a crash if the user is not found in the database. You might want to add a null check here."

L42: 🔴 bug: user can be null after .find(). Add guard before .email.

❌ "It looks like this function is doing a lot of things and might benefit from being broken up into smaller functions for readability."

L88-140: 🔵 nit: 50-line fn does 4 things. Extract validate/normalize/persist.

❌ "Have you considered what happens if the API returns a 429? I think we should probably handle that case."

L23: 🟡 risk: no retry on 429. Wrap in withBackoff(3).

Auto-Clarity

Drop terse mode for: security findings (CVE-class bugs need full explanation + reference), architectural disagreements (need rationale, not just a one-liner), and onboarding contexts where the author is new and needs the "why". In those cases write a normal paragraph, then resume terse for the rest.

Boundaries

Reviews only — does not write the code fix, does not approve/request-changes, does not run linters. Output the comment(s) ready to paste into the PR. "stop caveman-review" or "normal mode": revert to verbose review style.

juliusbrussee की और Skills

caveman
juliusbrussee
अत्यधिक संकुचित संचार मोड। गुफामानव की तरह बोलकर टोकन उपयोग ~75% कम करता है, जबकि पूर्ण तकनीकी सटीकता बनाए रखता है। तीव्रता स्तरों का समर्थन करता है: लाइट, फुल (डिफ़ॉल्ट), अल्ट्रा, वेनयान-लाइट, वेनयान-फुल, वेनयान-अल्ट्रा। उपयोग करें जब उपयोगकर्ता "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief" कहे या /caveman का आह्वान करे। टोकन दक्षता का अनुरोध होने पर स्वचालित रूप से भ
communicationproductivity
caveman-commit
juliusbrussee
अल्ट्रा-संक्षिप्त कमिट संदेश जनरेटर। कमिट संदेशों से शोर हटाता है जबकि आशय और तर्क को संरक्षित करता है। पारंपरिक कमिट प्रारूप। विषय ≤50 वर्ण, बॉडी केवल तब जब "क्यों" स्पष्ट न हो। उपयोग करें जब उपयोगकर्ता कहे "write a commit", "commit message", "generate commit", "/commit", या /caveman-commit को आमंत्रित करे। स्टेजिंग परिवर्तन होने पर स्वचालित रूप से सक्रिय होता है।
developmentcode-review
caveman-compress
juliusbrussee
प्राकृतिक भाषा मेमोरी फ़ाइलों (CLAUDE.md, todos, preferences) को इनपुट टोकन बचाने के लिए कैवमैन प्रारूप में संपीड़ित करें। सभी तकनीकी सामग्री, कोड, URL और संरचना को संरक्षित करता है। संपीड़ित संस्करण मूल फ़ाइल को ओवरराइट करता है। मानव-पठनीय बैकअप FILE.original.md के रूप में सहेजा जाता है। ट्रिगर: /caveman-compress FILEPATH या "compress memory file
developmentdocument
caveman-help
juliusbrussee
सभी कैवमैन मोड, कौशल और कमांड के लिए त्वरित-संदर्भ कार्ड। एक-शॉट प्रदर्शन, स्थायी मोड नहीं। ट्रिगर: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman"।
developmentdocumentproductivity
caveman-stats
juliusbrussee
वर्तमान सत्र के लिए वास्तविक टोकन उपयोग और अनुमानित बचत दिखाता है। सीधे Claude Code सत्र लॉग से पढ़ता है — कोई AI अनुमान नहीं। /caveman-stats पर ट्रिगर होता है। आउटपुट mode-tracker हुक द्वारा इंजेक्ट किया जाता है; मॉडल स्वयं संख्याओं की गणना नहीं करता है।
developmentdata-analysis
cavecrew
juliusbrussee
Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator` (locate code), `cavecrew-builder` (1-2 file edit), or `cavecrew-reviewer` (diff review) instead of doing the work inline or using vanilla `Explore`. Subagent output is caveman-compressed so the tool-result injected back into main context is ~60% smaller — main context lasts longer across long sessions. Trigger: "delegate to subagent", "use cavecrew", "spawn...
developmentcode-reviewapi