From nota
This skill should be used when the user asks to 'show open reviews', 'continue the review', 'resume review work', 'what reviews are pending', or after context compaction or session handover. Loads existing review state from .nota/ tracking files — does not extract new comments from source code.
npx claudepluginhub urso/nota --plugin notaThis skill uses the workspace's default tool permissions.
Load the current state of code reviews from `.nota/` tracking files. Useful after context compaction, handover, or when context about ongoing reviews has been lost.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Load the current state of code reviews from .nota/ tracking files. Useful after context compaction, handover, or when context about ongoing reviews has been lost.
bash ${CLAUDE_PLUGIN_ROOT}/scripts/list-open.sh
If no files listed, there are no open reviews.
For each file from Step 1:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/read-open.sh <file>
This filters out [resolved] and [wontfix] sections.
Each .nota/*.md file:
---
source: path/to/file.go
group: optional-group-name
status: open
---
## tag — file.go:LINE
Review comment body...
review, discuss, explain, impl, critique, or custom tags). Run bash ${CLAUDE_PLUGIN_ROOT}/scripts/nota.sh behavior for all known tags and behaviors.[resolved] or [wontfix] prepended to the headingSummarize open items, continue addressing in-progress work, or answer questions about review status. Never mark an item resolved without user confirmation.