dsh-todo-extract
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
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.