code-checklist

GitHub

提供Python代码质量检查清单,涵盖类型提示、异常处理、输入验证及测试覆盖等维度,用于审查代码规范、潜在Bug和安全问题。

samples/skills/code-checklist/SKILL.md github/copilot-cli-for-beginners

Trigger Scenarios

需要检查Python代码质量时 进行代码合并前的审查时

Install

npx skills add github/copilot-cli-for-beginners --skill code-checklist -g -y
More Options

Non-standard path

npx skills add https://github.com/github/copilot-cli-for-beginners/tree/main/samples/skills/code-checklist -g -y

Use without installing

npx skills use github/copilot-cli-for-beginners@code-checklist

指定 Agent (Claude Code)

npx skills add github/copilot-cli-for-beginners --skill code-checklist -a claude-code -g -y

安装 repo 全部 skill

npx skills add github/copilot-cli-for-beginners --all -g -y

预览 repo 内 skill

npx skills add github/copilot-cli-for-beginners --list

SKILL.md

Frontmatter
{
    "name": "code-checklist",
    "description": "Team code quality checklist - use for checking Python code quality, bugs, security issues, and best practices"
}

Code Checklist Skill

Apply this checklist when checking Python code.

Code Quality Checklist

  • All functions have type hints
  • No bare except clauses
  • No mutable default arguments
  • Context managers used for file I/O
  • Functions are under 50 lines
  • Variable and function names follow PEP 8 (snake_case)

Input Validation Checklist

  • User input is validated before processing
  • Edge cases handled (empty strings, None, out-of-range values)
  • Error messages are clear and helpful

Testing Checklist

  • New code has corresponding pytest tests
  • Edge cases are covered
  • Tests use descriptive names

Output Format

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

Version History

  • 82632dc Current 2026-07-25 07:29

Same Skill Collection

.github/skills/code-checklist/SKILL.md
.github/skills/commit-message/SKILL.md
.github/skills/hello-world/SKILL.md
.github/skills/pytest-gen/SKILL.md
samples/skills/commit-message/SKILL.md
samples/skills/hello-world/SKILL.md
samples/skills/pytest-gen/SKILL.md

Metadata

Files
0
Version
7f0fd69
Hash
58436d21
Indexed
2026-07-25 07:29

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-23 01:50
浙ICP备14020137号-1