code-quality

Automate code review, commit message generation, and refactoring guidance.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/take566/skills --skill code-quality-take566
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality
Source: https://github.com/take566/skills/tree/main/code-quality
Command: npx skills add https://github.com/take566/skills --skill code-quality-take566

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires anthropic, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates code quality checks, generates commit messages, and assists in code reviews, reducing manual effort and improving code consistency.

Core Features & Use Cases

  • Automated Code Review: Provides checklists and analysis for code quality, security, and performance.
  • Commit Message Generation: Creates standardized commit messages from git diffs.
  • Refactoring & Testing Assistance: Offers guidance and tools for improving code structure and test coverage.
  • Use Case: Before merging a pull request, use this Skill to automatically review the code for common issues, generate a descriptive commit message, and ensure adherence to coding standards.

Quick Start

Use the code-quality skill to generate a commit message from the staged git diff.

Frequently Asked Questions about code-quality

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

FAQPage Schema
How do I generate a commit message from a git diff automatically?

You can generate a standardized commit message from staged git diffs automatically. This skill analyzes your code changes and creates descriptive commit messages to ensure commit hygiene and consistency.

Can I automate code review for security and performance before merging?

Yes, you can automate code review for security and performance before merging. This skill provides checklists and static analysis to identify common code quality, security, and performance issues in your codebase.

What is the best way to get refactoring and testing guidance for Python code?

The best way to get refactoring and testing guidance is using automated tools that analyze your code structure. This skill offers guidance and Python scripts to improve code structure, measure complexity, and ensure test coverage.

Does this code quality tool work with standard git workflows?

Yes, this code quality tool works with standard git workflows by processing staged git diffs. It integrates directly into your existing development cycle to automate pull request checks and commit message generation.

Why do I need Python scripts for static analysis and security scanning?

You need Python scripts for static analysis and security scanning to measure code complexity and detect vulnerabilities automatically. This skill leverages these scripts to provide concrete data for code quality assurance and maintainability.