levu304levu304Communityยท2 Agent Skills Included

claude-code-boilerplate

Multi-agent code review for local changes and pull requests

Reviews local uncommitted changes and pull requests using parallel specialized reviewers for security, bugs, contracts, and test coverage. Scores every finding by confidence and impact to filter out false positives and noisy nitpicks. Posts concise inline PR comments with exact line numbers and concrete fixes, replacing slow manual code review.
npx skills add levu304/claude-code-boilerplate --all -g -y
Available:

Gives your AI agent a customizable coding standards template covering naming, testing, security, and review rules so it writes and reviews code consistently with your project conventions.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-boilerplate?โ–ผ

Run `npx skills add levu304/claude-code-boilerplate --all -g -y` in your terminal to install all skills globally.

How to review local changes before committing?โ–ผ

Run the review-local-changes skill and it scans your staged and unstaged diffs with parallel reviewers, then reports only verified issues above your chosen impact level.

Can it post inline comments on GitHub pull requests?โ–ผ

Yes. The review-pr skill posts line-specific comments directly on the PR using GitHub MCP tools or the gh CLI, with severity labels and suggested fixes.

How does it avoid false positive review comments?โ–ผ

Every finding gets a confidence score and an impact score, and only issues passing both thresholds are reported, filtering out nitpicks and pre-existing problems.

Which languages and frameworks are supported?โ–ผ

The standards template covers TypeScript, JavaScript, Python, Go, and Rust, with recommended modern frameworks, ORMs, and testing tools for each.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’