quality

Automate code quality review and test generation for software projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cuongnm-dev/team-ai-config --skill quality-cuongnm-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality
Source: https://github.com/cuongnm-dev/team-ai-config/tree/main/cursor/skills/quality
Command: npx skills add https://github.com/cuongnm-dev/team-ai-config --skill quality-cuongnm-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Giúp tự động rà soát chất lượng code và sinh test cho mã nguồn mới hoặc hiện có, giảm thời gian rà soát và tăng độ tin cậy.

Core Features & Use Cases

  • Rà soát chất lượng code: readability, security, hiệu năng, và style.
  • Gen-tests: tự động sinh unit và integration tests cho mã nguồn mới hoặc mã đã có nhưng thiếu test.
  • Output: báo cáo chất lượng và bộ test được sinh tự động.

Quick Start

Hãy rà soát PR hiện tại và sinh các unit và integration tests cho mã nguồn.

Frequently Asked Questions about quality

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review and test generation for pull requests?

Automate code review and test generation by parsing pull request diffs to check readability, security, and performance, while simultaneously generating unit and integration tests for the changed source code.

What is the best way to generate unit and integration tests for legacy code?

Generate unit and integration tests for legacy code by applying automated test generation workflows that parse existing source code and output a structured suite of tests to increase reliability.

Can I perform security analysis and performance checks on feature branches?

Perform security analysis and performance checks on feature branches by running an automated code quality review that parses the code diff and outputs structured feedback on potential vulnerabilities and inefficiencies.

Does automated test generation work with existing code bases that lack test coverage?

Automated test generation works with existing code bases lacking test coverage by parsing the current source code and automatically creating unit and integration tests to fill the missing coverage gaps.

What are the limitations of automated code quality review?

Limitations of automated code quality review include relying on parsing provided diffs or source code, meaning it enforces only basic validation and safety checks rather than deep contextual logic verification.