AI Agent Hub
Back to plugins
🖥️

dsh-todo-extract

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-todo-extract

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

Run dsh plugin install uckkk/dsh-todo-extract in the DeepSeek Harness terminal. The plugin source code is hosted at https://github.com/uckkk/dsh-todo-extract . After installation, add dsh-todo-extract to the dsh.profile.bundles array in your profile package.json to activate it.

About this plugin

Codebases quickly accumulate TODO, FIXME, and HACK comments scattered across files. Keeping track of them manually means grepping through the entire project every time you want a status update. dsh-todo-extract solves exactly that: invoke its registered tool in a session and it extracts the TODO and FIXME markers for you.

The plugin is a pure Node.js implementation with no network calls and no external services. Everything runs locally on your machine, so it works just as well behind a corporate firewall or in a fully offline environment, and none of your source code ever leaves your disk. Setup is minimal; once installed, you simply call the tool it registers during a session.

It is well suited for developers and small teams who maintain medium-to-large projects, use inline TODO comments to track technical debt, and want a fast, repeatable way to surface all outstanding items in one place.

Use Cases

  • Extract all TODO and FIXME markers from a project in one session call
  • Audit outstanding code notes in an offline or air-gapped environment
  • Review pending fixes before a tech-debt cleanup sprint

Best For

  • Frontend or backend developers maintaining medium-to-large codebases
  • Small teams that track technical debt via inline TODO comments
  • Engineers who review code in offline or air-gapped environments