1K Code Review Pr
Automates Python/Go code reviews in PRs, identifying potential bugs, style issues, and security vulnerabilities for faster iteration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add 1k-code-review-pr npx -- -y @trustedskills/1k-code-review-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"1k-code-review-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/1k-code-review-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
1k-code-review-pr
What it does
This skill enables AI agents to automatically review code changes within a monorepo structure. It specifically targets the onekeyhq/app-monorepo repository, analyzing pull requests to ensure quality and adherence to project standards before merging.
When to use it
- Automating the initial pass of code reviews for rapid development cycles in large-scale applications.
- Enforcing consistent coding conventions across multiple packages within a monorepo environment.
- Reducing manual review bottlenecks by flagging obvious logic errors or style violations early.
- Integrating into CI/CD pipelines to gate merges based on automated feedback from the AI agent.
Key capabilities
- Analyzes code changes specifically in the
onekeyhq/app-monoreporepository. - Reviews pull requests (PRs) for potential issues and quality improvements.
- Operates within a monorepo architecture context.
Example prompts
- "Review the latest pull request in the app-monorepo and summarize any critical code quality issues."
- "Run 1k-code-review-pr on the pending changes for the payment service module."
- "Generate a report on the code review results for PR #402 in the onekeyhq repository."
Tips & gotchas
Ensure the AI agent has read access to the onekeyhq/app-monorepo repository before attempting to use this skill, as it cannot analyze code it cannot see. This tool is designed specifically for monorepos; using it on a standard single-repository project may yield irrelevant results or errors.
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.