Review TODO Churn Digest
Builds a focused TODO/FIXME digest to reduce review back-and-forth.
Archetype: code.review.helpers (code-review)
Usage
Use the Command Palette (Ctrl/Cmd+Shift+P) and run the commands listed below.
Command surface
review-todo-churn-digest.todoDigest - Build TODO digest: Collect TODO/FIXME markers from the active file.
Review signals
- TODO/FIXME digest for unresolved work
- Risk marker scan for common review red flags
Team workflow
- Run checks before creating a PR.
- Paste digest output into pull request context.
- Address flagged risk markers intentionally.
Local development
npm install
npm run build
npm test
Use F5 in VS Code to launch an Extension Development Host.
Packaging
npm run package
Module notes
- UI settings are exposed in workspace settings under this extension namespace.
- Local run metadata uses
ExtensionContext.globalState only.
- Analytics is local-only and disabled unless
FOF_ANALYTICS_OPT_IN=true.
Marketplace submission notes
- Set a real
publisher in package.json.
- Replace placeholder assets in
assets/ (icon + screenshots).
- Upload
.vsix or release source archive from dist-submission/.
Support
For support, contact support@example.com.
| |