Local Reviewer

🌐Community
by famaoai-creator · vlatest · Repository

This "Local Reviewer" skill analyzes text for tone and sentiment within a specific context, offering valuable feedback on clarity & impact.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add local-reviewer npx -- -y @trustedskills/local-reviewer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "local-reviewer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/local-reviewer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The local-reviewer skill allows an AI agent to review and provide feedback on locally stored documents. It can identify potential issues, suggest improvements, and summarize key findings directly from files on your device. This eliminates the need to upload sensitive data to external services for review.

When to use it

  • Proofreading a draft document: Have the agent check grammar, spelling, and clarity before submitting a report or proposal.
  • Analyzing research papers: Get a quick summary of findings and identify potential areas for further investigation within local PDF files.
  • Reviewing code snippets: The agent can provide feedback on code style, potential errors, and suggest improvements from locally stored code files.
  • Summarizing legal contracts: Quickly extract key clauses and obligations from downloaded contract documents.

Key capabilities

  • Local file processing
  • Document review & feedback
  • Issue identification
  • Summary generation

Example prompts

  • "Review this document for grammatical errors: path/to/my_document.txt"
  • "Summarize the key findings in this PDF: path/to/research_paper.pdf"
  • "Give me feedback on code style and potential bugs in this file: path/to/my_code.py"

Tips & gotchas

  • Ensure the AI agent has access to the specified local file paths.
  • The skill's effectiveness depends on the quality of the document or code provided; complex or poorly formatted files may yield less accurate results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
famaoai-creator
Installs
17

🌐 Community

Passed automated security scans.