Bitcoming101 downloadsMulti-agent review and polish plugin for Obsidian notes.
QuickReview is a multi-agent review and polishing plugin for notes. It helps you inspect facts, improve wording, expand ideas, and optionally write a polished version back into the editor.

It is useful when you want to:
id, label, title, systemRole, and focuscurrent-date: returns the current local date, weekday, timezone, and UTC offsetweb-search: searches for recent public information on the webOpenAI-compatibleAnthropic MessagesThe plugin includes these roles by default:
Facts: checks factual errors, concept confusion, timeline issues, and weak evidenceWording: checks clarity, structure, readability, and logical flowExpansion: suggests topics, context, and examples worth addingConnection: adds frameworks, classic concepts, study paths, and authoritative viewpointsRestructure: distills the core point, reorganizes structure, and compresses redundancyPolish: improves language without changing the original meaningThis plugin is currently intended for manual installation.
.obsidian/plugins/.quick_review.manifest.jsonmain.jsstyles.cssQuickReview from the community plugins settings.After enabling the plugin, open Settings -> QuickReview.
Required:
API typeOpenAI-compatibleAnthropic MessagesAPI URLAPI KeyModel nameOptional:
TemperatureMax output tokensCustom headersOutput languageNotes:
data.jsonAPI URL should be the full endpoint URLCustom headers must be valid JSONTo let some agents search recent information, configure:
Tavily API KeyTavily API URLSearch result countNotes:
Tavily API Key is provided, the plugin attempts Tavily keyless modeIn the Agent settings tab you can:
Each agent supports:
id: unique identifier, preferably kebab-case Englishlabel: short display label for buttons and commandstitle: title shown in the result viewtools: enabled tool listsystemRole: system role promptfocus: review focusIn the Context menu tab you can:
Combined review, or Polish.The plugin registers commands for each agent, including:
Review selectionReview full noteCombined review: selectionCombined review: full notePolish selectionIn the result view you can:
Follow upAfter running Polish, click Apply to original to replace the current selection with the generated version.
QuickReview shows results in a dedicated pane and supports:
current-dateReturns local date information including:
Useful for:
web-searchUses Tavily to search recent public information and returns:
Useful for:
For more reliable results:
Facts with current-date or web-searchWording or Restructure for medium or long notesExpansion or Connection to extend study or research notesPolish as a final language pass, not as a fact-checking toolnpm install
npm run build
npm test
npm run verify
src/
core/ core actions, prompts, and agent definitions
llm/ model requests, streaming responses, tool calls
services/ review flow, editor context, view coordination
settings/ settings tab and agent configuration UI
views/ result views and follow-up chat views
test/ unit tests
manifest.json sets isDesktopOnly: trueThis repository includes an MIT license in LICENSE.