DSH HUB
HomePlugin StoreRankingsPublish Guide
Plugin source
Back to catalog

YYTbit /

dsh-plugin-code-review

Verified

Structured code review skill for DeepSeek Harness

★ 1 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: master@5decf952

dsh-plugin-code-review

Structured code review skill for DeepSeek Harness.

What it does

Teaches the agent a systematic code review process:

  • Correctness: logic errors, edge cases, error handling
  • Security: input validation, secrets, injection
  • Performance: unnecessary loops, N+1, blocking ops
  • Style: naming, complexity, dead code
  • Testing: coverage, edge cases

Install

dsh plugin --profile your-profile add dsh-plugin-code-review

Usage

Just ask the agent to review code:

  • "Review this diff"
  • "Check this PR for security issues"
  • "Review src/auth.ts"

Output format

[CRITICAL] src/auth.ts:42 - Missing input validation on user email
[WARNING] src/api.ts:18 - Potential SQL injection via string concatenation
[SUGGESTION] src/utils.ts:7 - Function too long, consider splitting

License

MIT -- YYTbit

—/ 5

No ratings yet

Verified DSH bundle

Commit 5decf95253f1

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

APIPublish GuideAbout