Git & Code Review
Browse Git & Code Review plugins for DeepSeek Harness on dshget.com.
63 plugins
dsh-web#packages/dsh-git-graph
★ 6418Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-diff-viewer
★ 26PiUI-style diff viewer replacing the stock DiffBlock for write/edit tool calls.
dsh-user-experience
★ 19Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.
dsh-github-intelligence
★ 12The most complete GitHub integration for dsh: repo overview, releases, issues, pull requests, contributors, search, and a deep repo report with TTL caching — no API key needed.
dsh-change-review
★ 11Session change-review plugin for DeepSeek Harness: tracks write/edit tool calls per session and renders line-level diffs with customizable colors, with session isolation, subagent aggregation, and SSE live updates.
dsh-web-ui#dsh-git-graph
★ 10Git branch selector and Git graph in the conversation header of the dsh web GUI.
dsh-explorer#dsh-explorer
★ 9Git-first file-tree sidebar for the DSH web GUI: VS Code-style indent guides, M/A/U/D/R git decorations, HEAD-vs-worktree diff preview, media preview, and drag-to-reference (files/folders/selected code with line numbers) — pure plugin.
dsh-github-connector#github
★ 8GitHub Device Flow connect plus an in-conversation PR workflow: a status bar above the composer for create / AI-review / merge, and github_* tools for search, issue and PR read and write.
dsh-vscode-review#dsh-review
★ 8Records every agent write, edit and shell `rm` into a shadow git repository, then reviews them hunk by hunk in VS Code — accept or revert each one. Needs the companion dsh-review-vscode extension; the panel only appears inside VS Code's webview.
clutch-dsh#clutch-dsh-worktree
★ 7Adds a Worktree view to DSH Web UI that groups Sessions by Git worktree while keeping DSH as the source of truth.
dsh-atomgit
★ 7AtomGit plugin bundle for DeepSeek Harness: six built-in AtomGit skills (plan issues, implement issues, review PRs, merge PRs, publish CLI releases, mirror to GitHub) plus ag CLI integration and platform-hosted MCP tools for repos, branches, issues, PRs, and search.
dsh-git-identity
★ 7Pin Git commits to the environment's own author identity; env-var injection overrides all `git config` settings.
dsh-git-worktree
★ 7Git worktree Session Targets with isolated task sessions, Ready for Review, reversible Local Preview, human-confirmed delivery, environment retention and recovery, and same-session iteration.
DSH_VsCodeMode
★ 6VSCode-style editing experience for DeepSeek Harness: a Monaco-based central file editor (tabs, Ctrl+P quick open, status bar) and interactive diff review of agent edit/write results with per-change Keep/Undo, rollback and archiving, persisted across restarts.
dsh-solution-explorer
★ 6DSH Web GUI right sidebar: VS Code-style file explorer plus source control (git status, stage/unstage/discard, commit, diff, commit graph, sync fetch/pull/push, branch management, remote management, git init, multi-repo switch, color-coded file status (untracked/modified/ignored), file-type icons, image preview) with an editable full-file diff view, a syntax-highlighted editor (15 languages), file operations (new/move/copy/delete), and save.
dsh-github-login
★ 5Visual GitHub login without a terminal: in-window device flow, token synced into the gh CLI, and host status/launch endpoints.
dsh-github-skills
★ 5Four GitHub workflow skills for PR triage, review feedback, GitHub Actions diagnosis, and safe draft-PR publishing, reusing existing DSH capabilities with gh/git fallbacks.
dsh-git-status
★ 4Specialized in Git branch and status handling: a Git status drawer on the right edge of the DSH web UI with a commit DAG lane graph, uncommitted changes and stash rows, inline diffs, right-click branch/tag actions, and one-click fetch from all remotes.
dsh-git-worktree
★ 4Branch switching and isolated git worktrees as real workspaces, from the Web UI composer.
dsh-github-connect
★ 4Connects your GitHub account to DSH agents from the composer GitHub button (OAuth device flow or personal access token) and lets them call the GitHub API through the github_api tool.
dsh-llm-verifier
★ 4Runs 3 or 5 coding-agent candidates in detached Git worktrees, validates their patches with project commands, ranks only passing candidates, and requires separate approval before applying the winner.
github-explore
★ 4GitHub search, discovery and audit scripts wrapped as a SKILL.md pack around the gh CLI: repo search, multi-axis explore, trending, repo summaries, similar projects, code search, issue/PR search and org audits; ships as a dsh bundle (and on npm).
dsh-git-graph
★ 3Dedicated read-only Git Graph view beside Chat and Trajectory: commit topology, local/remote/tag refs, HEAD and working-tree status, search, filtering, first-parent mode, refresh, and load more.
dsh-git-hygiene
★ 3Git hygiene checker: read-only scan of merged and stale branches, oversized tracked files, untracked files and uncommitted work, with cleanup suggestions (it never deletes anything).
dsh-git-plugins#bundle
★ 3Git and source-control plugin suite for DeepSeek Harness: local git operations plus GitHub, GitLab, Bitbucket, Azure DevOps and Gitea adapters, with self-evolving memory.
dsh-git-sidebar
★ 3VSCode-style uncommitted-changes sidebar docked to the right of the DSH web conversation page: staged / unstaged / untracked file groups, status badges, per-file +/− line counts, click-to-expand diff, rename as old → new, untracked content preview, and open with the system default application.
dsh-git-workflow
★ 3Conventional-commit enforcement, changelog generation, PR summaries and branch pushes through the plain git CLI.
dsh-github-release-radar
★ 3Track releases and stars of any public GitHub repository from inside dsh agents — no API key needed.
dsh-plugin-git-workflow
★ 3First-class Git tools for the model: status / diff / log / commit / branch with validated messages and paths - no bare-shell git calls.
dsh-revdiff
★ 3Native interactive Git diff review for DeepSeek Harness with structured annotations sent back to the current Agent session.
dsh-session-review
★ 3A strip above the composer listing files modified in the current session (collapsed by default), with a Review button opening a per-session change panel showing before/after hunks from the session's own edit/write tool results, no git required.
pr-genius
★ 3PR evaluation and improvement consultant: assesses PR success probability based on historical anti-patterns and success patterns, with one-click scoring and actionable suggestions.
worktree-mgr
★ 3Per-task isolated git worktrees with a full create/sync/finish lifecycle: task names auto-derive branches, merge targets are double-checked, and batch cleanup is built in — zero manual git operations.
dsh-backstory
★ 2A `/backstory` command and tool that annotate each line with the git commit that last touched it and the agent turn + prompt that wrote it, from a persistent per-line ledger (drift-proof by content hash), DSH-* commit trailers, or the live session log.
dsh-ci-co-pilot
★ 2GitHub CI co-pilot for DeepSeek Harness: PR review, CI failure fixing, issue triage and release notes.
dsh-code-smell
★ 2Code smell radar: statically scans TODO/FIXME debt, stub implementations, long lines, oversized files and duplicated blocks, with severity-sorted read-only fix suggestions.