

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
12345678910# Code Review1112When asked to review code, follow this structured approach to provide actionable, high-quality feedback.1314## Review Process15161. **Understand Context First** — Read the code and any related files to understand what it does and why before critiquing.17182. **Prioritize Findings** — Organize feedback by severity:19 - 🔴 **Critical** — Bugs, security vulnerabilities, data loss risks20 - 🟡 **Important** — Performance issues, error handling gaps, logic problems21 - 🟢 **Suggestions** — Readability, naming, style, simplification opportunities22233. **Be Specific and Actionable** — Every piece of feedback should include:24 - What the issue is25 - Why it matters26 - A concrete suggestion or fix2728## What to Look For2930### Correctness31- Logic errors and off-by-one mistakes32- Unhandled edge cases (null, empty, boundary values)33- Race conditions in concurrent code34- Incorrect assumptions about data shape or API contracts3536### Security37- Unsanitized user input (SQL injection, XSS, command injection)38- Hardcoded secrets or credentials39- Missing authentication or authorization checks40- Insecure data handling (logging sensitive data, weak crypto)4142### Performance43- Unnecessary work inside loops (N+1 queries, repeated calculations)44- Missing caching opportunities45- Large memory allocations or leaks46- Blocking operations that should be async4748### Maintainability49- Functions doing too many things50- Duplicated logic that should be extracted51- Unclear naming or missing context52- Dead code or unused imports5354### Error Handling55- Swallowed exceptions with no logging56- Missing error handling on I/O operations57- Unclear error messages that won't help debugging58- Missing cleanup in failure paths5960## Output Format6162Present findings grouped by severity. For each finding:63- Reference the specific file and line/section64- Explain the issue concisely65- Suggest a fix with a code snippet when helpful6667End with a brief summary of overall code quality and the most important action items.68
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| cline/prompts.clinerules/ai-dlc-adaptive-workflow.md · 1.2k | Cline rules | agent-behaviour | 54/100 | today | |
| cline/prompts.clinerules/audio-plugin-developer.md · 1.2k | Cline rules | styleperformancedo-notagent-behaviour | 57/100 | today | |
| cline/prompts.clinerules/ba.md · 1.2k | Cline rules | archgitagent-behaviour | 50/100 | today | |
| cline/prompts.clinerules/baby-steps.md · 1.2k | Cline rules | do-notagent-behaviour | 50/100 | today | |
| cline/prompts.clinerules/c#-guide.md · 1.2k | Cline rules | style | 27/100 | today | |
| cline/prompts.clinerules/claude-code-subagents.md · 1.2k | Cline rules | testarchdo-notagent-behaviour | 77/100 | today | |
| cline/prompts.clinerules/cline-architecture.md · 1.2k | Cline rules | archtypesapi | 54/100 | today | |
| cline/prompts.clinerules/cline-continuous-improvement-protocol.md · 1.2k | Cline rules | testgitperformance | 58/100 | today | |
| cline/prompts.clinerules/cline-for-research.md · 1.2k | Cline rules | agent-behaviour | 34/100 | today | |
| cline/prompts.clinerules/cline-for-slides.md · 1.2k | Cline rules | setupbuildstylearch+1 | 86/100 | today | |
| cline/prompts.clinerules/cline-for-webdev-ui.md · 1.2k | Cline rules | archagent-behaviour | 58/100 | today | |
| cline/prompts.clinerules/codebase-onboarding.md · 1.2k | Cline rules | lint-formatstylearchdependencies | 56/100 | today | |
| cline/prompts.clinerules/comprehensive-slide-dev-guide.md · 1.2k | Cline rules | buildarchtypesui | 62/100 | today | |
| cline/prompts.clinerules/create-documentation.md · 1.2k | Cline rules | apidocs | 44/100 | today | |
| cline/prompts.clinerules/gemini-comprehensive-software-engineering-guide.md · 1.2k | Cline rules | buildstyletesting-strategysecurity+4 | 36/100 | today | |
| cline/prompts.clinerules/general-development-rules.md · 1.2k | Cline rules | stylegitdeploymentdo-not | 73/100 | today | |
| cline/prompts.clinerules/google-apps-script-developer.md · 1.2k | Cline rules | setupstylegitsecurity+3 | 66/100 | today | |
| cline/prompts.clinerules/helm-chart-developer.md · 1.2k | Cline rules | setuplint-formatstylearch+6 | 81/100 | today | |
| cline/prompts.clinerules/mcp-development-protocol.md · 1.2k | Cline rules | setupteststyle | 73/100 | today | |
| cline/prompts.clinerules/mcp_env_configuration.md · 1.2k | Cline rules | setupstylearchsecurity+1 | 77/100 | today |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/cline-prompts-clinerules-code-review)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.