Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub urso/nota --plugin notaHow this command is triggered — by the user, by Claude, or both
Slash command
/nota:nota-delete optional flags e.g. "--staged" or file pathsThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# nota-delete — Delete Comments from Code Remove all review comments from source code without extracting them to tracking files. The comments are deleted permanently. **Confirm with the user before running.** Ask: "This will delete all review comments from the source code without saving them. Proceed?" If the user confirms: Report how many files were modified.
Share bugs, ideas, or general feedback.
Remove all review comments from source code without extracting them to tracking files. The comments are deleted permanently.
Confirm with the user before running. Ask: "This will delete all review comments from the source code without saving them. Proceed?"
If the user confirms:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/nota.sh delete --all $ARGUMENTS 2>&1
Report how many files were modified.