AI Agent Hub
Back to plugins
🖥️

dsh-commit-review

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install the-qian/dsh-commit-review

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, install from GitHub using the command dsh plugin install the-qian/dsh-commit-review: https://github.com/the-qian/dsh-commit-review

About this plugin

In software development, maintaining a clean commit history and conducting thorough code reviews are essential yet time-consuming tasks. Developers often need to manually analyze git changes, craft commit messages, and ensure compliance with standards like Conventional Commits, while code reviews can also miss critical issues with complex changes. The dsh-commit-review plugin enhances the DeepSeek Harness Web GUI by adding /commit and /review slash commands to automate these workflows. The /commit command performs pre-checks, analyzes changes, generates规范 commit messages, and creates secure commits, avoiding sensitive data; the /review command audits uncommitted changes, providing a severity-based report to help developers quickly spot and fix issues. This plugin is ideal for developers using DSH for AI-assisted development who want to streamline git operations and improve code quality, whether for solo projects or team collaborations, saving time, reducing errors, and boosting efficiency.

Use Cases

  • When developers need to quickly analyze code changes and generate规范 commits.
  • During code reviews, automatically detect potential issues and generate severity-based reports.
  • Streamline git operations in team collaborations to improve workflow efficiency.

Best For

  • Programmers using DeepSeek Harness for AI-assisted development
  • Team developers needing automated commit and code review processes
  • Software engineers who value code quality and development efficiency