AI Agent Hub
Back to plugins
🧰

dsh-pr-watch

Web Tools Updated 2026.09.16

Run the following command in DeepSeek Harness:

dsh plugin install Shyboy0499/dsh-pr-watch

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

Install by running dsh plugin install Shyboy0499/dsh-pr-watch inside DeepSeek Harness; the source is at https://github.com/Shyboy0499/dsh-pr-watch and an authenticated GitHub CLI must be available on PATH.

About this plugin

Keeping track of pull requests you authored across several repositories is tedious. Ask an agent for status every round and it re-derives everything from scratch — fine for three PRs, pure noise for thirty.

dsh-pr-watch stores a local snapshot and reports only deltas: which PRs merged, which closed without merge, which crossed the 14-day staleness threshold, and which are genuinely new to the snapshot. Each event is announced once and then stays silent. Tracking spans every repository you have authored PRs in, including ones you have never cloned locally, relying solely on an authenticated GitHub CLI.

It is aimed at developers who maintain multiple open-source or internal repositories and rely on dsh for status lookups. Instead of a full listing every time, you get the few lines that actually changed, and nothing else.

Use Cases

  • Ask the agent once and get only the lines that actually changed
  • Catch up after weeks away — merged, closed, and stale PRs in one glance
  • Skip visiting each repo page to confirm PR status across many projects

Best For

  • Developers who maintain multiple open-source or internal repositories
  • Contributors who prefer asking the dsh agent over opening GitHub in a browser
  • Users who want the agent to remember the last check and report only genuine diffs