Review Changes
Analyzes proposed changes to CygnusFear systems, flagging potential risks and suggesting mitigation strategies for review.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cygnusfear-review-changes npx -- -y @trustedskills/cygnusfear-review-changes
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cygnusfear-review-changes": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cygnusfear-review-changes"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to systematically review and analyze changes within a repository or project context. It helps identify modifications, verify updates against specific criteria, and ensure consistency across codebases or documents.
When to use it
- Validate pull requests before merging to catch unintended alterations.
- Audit configuration files after automated deployment scripts run.
- Compare draft versions of documentation against the final published content.
- Monitor incremental updates in long-term maintenance projects for drift.
Key capabilities
- Detects and categorizes specific changes within a defined scope.
- Provides structured analysis of modifications for human or automated review.
- Supports comparison between multiple states of a project or file.
Example prompts
- "Review the recent changes to the authentication module and summarize any security implications."
- "Analyze the differences between version 2.1 and 2.2 of the API documentation."
- "Check if the latest commit introduced any breaking changes to the user interface."
Tips & gotchas
Ensure the target repository or file set is accessible and properly indexed before initiating a review. This skill focuses on analysis rather than applying fixes, so pair it with tools that can execute corrections when issues are found.
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.