代码审查
Structured code review skill for DeepSeek Harness.
これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。
上流で中国語 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
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
セキュリティとインストールエビデンス
このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。
出所の追跡可能性
公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。
ライセンス
リポジトリは MIT ライセンスを宣言しています。
メンテナンス活動
過去180日以内にコードの更新があります。
インストールエビデンス
再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。
インストールライフサイクルスクリプト
確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。