Review Script
Analyzes scripts for clarity, consistency, and potential audience engagement using advanced language models.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add review-script npx -- -y @trustedskills/review-script
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"review-script": {
"command": "npx",
"args": [
"-y",
"@trustedskills/review-script"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The review-script skill allows AI agents to analyze and provide feedback on existing scripts. It can identify potential errors, suggest improvements for efficiency or readability, and ensure adherence to coding standards. This capability helps streamline development workflows and improve the quality of codebases.
When to use it
- Code Review: Have the agent review a script before merging it into a larger project to catch bugs early.
- Refactoring Assistance: Ask the agent to suggest improvements for an existing, but inefficient, script.
- Standardization Check: Ensure scripts adhere to specific coding style guidelines or best practices within your team.
- Learning Tool: Use the skill to understand why certain changes are suggested and improve your own scripting skills.
Key capabilities
- Error identification
- Efficiency suggestions
- Readability improvements
- Coding standard adherence checks
Example prompts
- "Review this Python script for potential errors: [script content]"
- "Suggest ways to make this Bash script more efficient: [script content]"
- "Check this JavaScript code against the Google style guide: [script content]"
Tips & gotchas
The quality of feedback depends heavily on the clarity and completeness of the provided script. Providing context about the intended purpose of the script can also improve the accuracy of suggestions.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.