By trannguyenthanhthao2024-art
Bộ agent review PR toàn diện chuyên về comment, test, xử lý lỗi, thiết kế type, chất lượng code, và đơn giản hóa code
Use this agent when you need to review code for adherence to project guidelines, style guides, and best practices. This agent should be used proactively after writing or modifying code, especially before committing changes or creating pull requests. It will check for style violations, potential issues, and ensure code follows the established patterns in CLAUDE.md. Also the agent needs to know which files to focus on for the review. In most cases this will recently completed work which is unstaged in git (can be retrieved by doing a git diff). However there can be cases where this is different, make sure to specify this as the agent input when calling the agent. Examples: <example> Context: The user has just implemented a new feature with several TypeScript files. user: "I've added the new authentication feature. Can you check if everything looks good?" assistant: "I'll use the Task tool to launch the code-reviewer agent to review your recent changes." <commentary> Since the user has completed a feature and wants validation, use the code-reviewer agent to ensure the code meets project standards. </commentary> </example> <example> Context: The assistant has just written a new utility function. user: "Please create a function to validate email addresses" assistant: "Here's the email validation function:" <function call omitted for brevity> assistant: "Now I'll use the Task tool to launch the code-reviewer agent to review this implementation." <commentary> Proactively use the code-reviewer agent after writing new code to catch issues early. </commentary> </example> <example> Context: The user is about to create a PR. user: "I think I'm ready to create a PR for this feature" assistant: "Before creating the PR, I'll use the Task tool to launch the code-reviewer agent to ensure all code meets our standards." <commentary> Proactively review code before PR creation to avoid review comments and iterations. </commentary> </example>
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer.
Use this agent when you need to analyze code comments for accuracy, completeness, and long-term maintainability. This includes: (1) After generating large documentation comments or docstrings, (2) Before finalizing a pull request that adds or modifies comments, (3) When reviewing existing comments for potential technical debt or comment rot, (4) When you need to verify that comments accurately reflect the code they describe. <example> Context: The user is working on a pull request that adds several documentation comments to functions. user: "I've added documentation to these functions. Can you check if the comments are accurate?" assistant: "I'll use the comment-analyzer agent to thoroughly review all the comments in this pull request for accuracy and completeness." <commentary> Since the user has added documentation comments and wants them checked, use the comment-analyzer agent to verify their accuracy against the actual code. </commentary> </example> <example> Context: The user just asked to generate comprehensive documentation for a complex function. user: "Add detailed documentation for this authentication handler function" assistant: "I've added the documentation. Now let me use the comment-analyzer agent to verify that the comments are accurate and helpful for long-term maintenance." <commentary> After generating large documentation comments, proactively use the comment-analyzer to ensure quality. </commentary> </example> <example> Context: The user is preparing to create a pull request with multiple code changes and comments. user: "I think we're ready to create the PR now" assistant: "Before creating the pull request, let me use the comment-analyzer agent to review all the comments we've added or modified to ensure they're accurate and won't create technical debt." <commentary> Before finalizing a PR, use the comment-analyzer to review all comment changes. </commentary> </example>
Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases. Examples: <example> Context: Daisy has just created a pull request with new functionality. user: "I've created the PR. Can you check if the tests are thorough?" assistant: "I'll use the pr-test-analyzer agent to review the test coverage and identify any critical gaps." <commentary> Since Daisy is asking about test thoroughness in a PR, use the Task tool to launch the pr-test-analyzer agent. </commentary> </example> <example> Context: A pull request has been updated with new code changes. user: "The PR is ready for review - I added the new validation logic we discussed" assistant: "Let me analyze the PR to ensure the tests adequately cover the new validation logic and edge cases." <commentary> The PR has new functionality that needs test coverage analysis, so use the pr-test-analyzer agent. </commentary> </example> <example> Context: Reviewing PR feedback before marking as ready. user: "Before I mark this PR as ready, can you double-check the test coverage?" assistant: "I'll use the pr-test-analyzer agent to thoroughly review the test coverage and identify any critical gaps before you mark it ready." <commentary> Daisy wants a final test coverage check before marking PR ready, use the pr-test-analyzer agent. </commentary> </example>
Use this agent when reviewing code changes in a pull request to identify silent failures, inadequate error handling, and inappropriate fallback behavior. This agent should be invoked proactively after completing a logical chunk of work that involves error handling, catch blocks, fallback logic, or any code that could potentially suppress errors. Examples: <example> Context: Daisy has just finished implementing a new feature that fetches data from an API with fallback behavior. Daisy: "I've added error handling to the API client. Can you review it?" Assistant: "Let me use the silent-failure-hunter agent to thoroughly examine the error handling in your changes." <Task tool invocation to launch silent-failure-hunter agent> </example> <example> Context: Daisy has created a PR with changes that include try-catch blocks. Daisy: "Please review PR #1234" Assistant: "I'll use the silent-failure-hunter agent to check for any silent failures or inadequate error handling in this PR." <Task tool invocation to launch silent-failure-hunter agent> </example> <example> Context: Daisy has just refactored error handling code. Daisy: "I've updated the error handling in the authentication module" Assistant: "Let me proactively use the silent-failure-hunter agent to ensure the error handling changes don't introduce silent failures." <Task tool invocation to launch silent-failure-hunter agent> </example>
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code là một công cụ lập trình tự hành (agentic coding tool) chạy ngay trong terminal của bạn. Nó hiểu toàn bộ mã nguồn dự án và giúp bạn code nhanh hơn bằng cách thực hiện các tác vụ thường ngày, giải thích code phức tạp, và xử lý quy trình Git — tất cả thông qua lệnh bằng ngôn ngữ tự nhiên. Bạn có thể dùng nó trong terminal, IDE, hoặc tag @claude trên GitHub.
Tìm hiểu thêm tại tài liệu chính thức.
[!NOTE] Cài đặt qua npm đã bị ngừng hỗ trợ (deprecated). Hãy sử dụng một trong các phương pháp được khuyến nghị bên dưới.
Để xem thêm các tùy chọn cài đặt, cách gỡ cài đặt, và xử lý sự cố, xem tài liệu hướng dẫn cài đặt.
Cài đặt Claude Code:
MacOS/Linux (Khuyến nghị):
# Tải và chạy script cài đặt tự động
curl -fsSL https://claude.ai/install.sh | bash
Homebrew (MacOS/Linux):
# Cài qua trình quản lý gói Homebrew
brew install --cask claude-code
Windows (Khuyến nghị):
# Tải và chạy script cài đặt cho Windows
irm https://claude.ai/install.ps1 | iex
WinGet (Windows):
# Cài qua trình quản lý gói WinGet của Windows
winget install Anthropic.ClaudeCode
NPM (Đã ngừng hỗ trợ):
# Cách cũ - không khuyến khích dùng nữa
npm install -g @anthropic-ai/claude-code
Mở terminal, di chuyển đến thư mục dự án của bạn và chạy lệnh claude.
Kho mã nguồn này bao gồm nhiều plugin cho Claude Code, mở rộng chức năng với các lệnh tùy chỉnh và agent chuyên biệt. Xem thư mục plugins để biết chi tiết về các plugin có sẵn.
Chúng tôi hoan nghênh phản hồi của bạn. Sử dụng lệnh /bug để báo lỗi trực tiếp trong Claude Code, hoặc tạo GitHub issue.
Tham gia Discord Claude Developers để kết nối với các lập trình viên khác đang sử dụng Claude Code. Nhận trợ giúp, chia sẻ phản hồi, và thảo luận về dự án của bạn với cộng đồng.
Khi bạn sử dụng Claude Code, chúng tôi thu thập phản hồi, bao gồm dữ liệu sử dụng (như việc chấp nhận hoặc từ chối code), dữ liệu hội thoại liên quan, và phản hồi người dùng gửi qua lệnh /bug.
Xem chính sách sử dụng dữ liệu của chúng tôi.
Chúng tôi đã triển khai nhiều biện pháp bảo vệ dữ liệu của bạn, bao gồm thời gian lưu trữ giới hạn cho thông tin nhạy cảm, hạn chế quyền truy cập vào dữ liệu phiên làm việc, và chính sách rõ ràng không sử dụng phản hồi để huấn luyện model AI.
Để biết đầy đủ chi tiết, vui lòng xem Điều khoản Dịch vụ Thương mại và Chính sách Quyền riêng tư.
npx claudepluginhub trannguyenthanhthao2024-art/claude-code --plugin pr-review-toolkitDi chuyển code và prompt từ Sonnet 4.x và Opus 4.1 sang Opus 4.5
Chế độ học tập tương tác - yêu cầu đóng góp code có ý nghĩa tại các điểm quyết định (mô phỏng kiểu Learning chưa phát hành)
Review code tự động cho pull request sử dụng nhiều agent chuyên biệt với điểm tin cậy để lọc false positive
Kỹ năng thiết kế frontend cho triển khai UI/UX chất lượng cao
Plugin phát triển Claude Agent SDK - tạo và kiểm tra ứng dụng Agent SDK
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use