github/code-checklist
Team code quality checklist - use for checking Python code quality, bugs, security issues, and best practices
npx skills add https://github.com/github/copilot-cli-for-beginners --skill code-checklist
Apply this checklist when checking Python code.
Present findings as:
## Code Checklist: [filename]
### Code Quality
- [PASS/FAIL] Description of finding
### Input Validation
- [PASS/FAIL] Description of finding
### Testing
- [PASS/FAIL] Description of finding
### Summary
[X] items need attention before merge
Take github/code-checklist from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.