Bring DeepSeek Harness to the place where review and CI already happen.
What you can do
- Review pull requests automatically, with a summary and inline comments.
- Use
@dsh review,@dsh diagnose,@dsh fix, and@dsh implementfrom GitHub comments. - Diagnose failed GitHub Actions runs from their checks and logs.
- Apply a trusted fix, run validation, and update the pull request.
- Turn an issue into a tested pull request.
See it running
- Automatic review and rerun deduplication
- CI failure diagnosis
- Trusted fix with validation
- Issue to pull request
Start here
The quick start sets up automatic review. Ready-to-copy workflows for commands, CI diagnosis, and trusted writes are included in the repository.
Write access is off by default. Fork pull requests stay review-only, and GitHub credentials are kept outside the DSH worker. Read SECURITY.md before enabling trusted write mode.
Community maintained by @Lixiaoyiao. Not an official DeepSeek or GitHub project.