
7dgroup-ai/dsh-skill-7d-code-reviewer
dsh-skill-7d-code-reviewer
dsh-skill-7d-code-reviewer is a community DeepSeek Harness plugin. Read the repository README before installing.
Install
npx @deepseek-ai/dsh plugin --profile <name> add github:7dgroup-ai/dsh-skill-7d-code-reviewerRestart `dsh web` after install. Bundle APIs can change during the developer preview.
README badge
[](https://dshhub.dev/plugins/dsh-skill-7d-code-reviewer)Paste this into your README. The star count updates with every catalog sync.
From the README
Excerpt from 7dgroup-ai/dsh-skill-7d-code-reviewer, cleaned of badges and images.
<strong>English</strong> | <a href="README.zh.md">中文</a>
@7dgroup/dsh-skill-7d-code-reviewer
Author: 7DGroup
A professional, template-driven code review skill plugin for DeepSeek Harness (DSH), developed by the 7DGroup team for AI-assisted code review in any dsh session. Built on TypeScript + Cordis, it installs as a composable bundle and registers the 7d-code-reviewer skill with ctx.skills: a five-step review flow, critical/medium/minor severity grading, four-dimension scoring, and dual text + HTML report output. Zero core changes — install to enable, remove the bundle row to uninstall.
📌 Project Info
| Field | Value |
|---|---|
| Author | 7DGroup |
| Version | 0.1.0-rc.5 |
| Runtime | Node `^22.19.0 |
| Peer dependencies | @deepseek-ai/cordis · @deepseek-ai/dsh-skill · @deepseek-ai/dsh-invariants |
| Skill name | 7d-code-reviewer |
| Repository | github.com/7dgroup-ai/dsh-skill-7d-code-reviewer |
| License | MIT |
🖼️ Plugin Effect
Skill invocation in a dsh session:
Sample HTML report generated from the pure-placeholder template:
Core Capabilities:
- Template-driven mode — separation of concerns:
SKILL.mddecides what to review and how severe it is,templates/only presents. The HTML report template stays pure placeholders; all placeholders must be filled, and every dynamic value is HTML-escaped. - Five-step review flow — accept the task → quick scan → line-by-line review (loading
references/on demand) → severity grading → report generation. - Three-level severity grading — 🔴 critical (must fix) / 🟡 medium (should fix) / 🟢 minor (optional polish).
- Four-dimension scoring — code quality / security / performance / maintainability, each on a 1–10 scale, plus an overall score and an auto-generated summary.
- Dual output — a text summary for quick reading, plus a full HTML report saved as
code-review-report-{timestamp}.html. - Built-in knowledge base — coding standards, security checklist (SQL injection, XSS, authentication/authorization, sensitive-data leaks) and worked review examples, loaded on demand instead of bloating the prompt.
- Zero core changes — pure composable bundle; no patches to the DSH core, safe to install and remove.
Use Cases:
- Code review before commit / merge request
- Security audit of existing code
- Quality assessment before refactoring
- Enforcing team coding standards
- Any code quality question inside a dsh conversation
✅ Features
- ✅ Five-step template-driven review flow
- ✅ Three-level severity grading with fix suggestions
- ✅ Four-dimension scoring rubric (code quality / security / performance / maintainability)
- ✅ Text summary + HTML report dual output
- ✅ Pure-placeholder HTML report template with mandatory filling rules
- ✅ Documented HTML escaping rules for all filled content
- ✅ On-demand knowledge base (coding standards / security checklist / review examples)
- ✅ No executable scripts ship with the skill
- ✅ Installable from GitHub (
github:shorthand), npm or tarball - ✅ Git-install build is self-contained (
preparehook, transpile-only)
📂 Project Structure
…