← 返回列表
D

dsh-plugin-code-review

v0.1.0 · 4 天前发布

Structured code review skill for DeepSeek Harness -- bugs, security, performance, style

dsh-plugindeepseek-harnesscode-reviewsecuritybugs

README

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

    sh
    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,

    查看完整 README →

    版本兼容矩阵

    DSH 版本状态说明
    dsh@0.1.0-rc.6 ✅ 兼容 cordis patch ✅
    dsh@0.1.0 ✅ 兼容 标准 patch ✅
    dsh@0.2.0 ⚠️ 待验证 待实测(API 可能在变)
    dsh@0.3.0+ ❓ 未知 尚未发布

    💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正

    元数据

    License
    MIT
    npm
    dsh-plugin-code-review
    Repo
    git+https://github.com/YYTbit/dsh-plugin-code-review.git
    Engines
    {}
    Weekly DL
    0
    Monthly DL
    0
    dsh.bundle
    {"bundle":{"patch":"./cordis.patch.yml"}}