linter
星标13
分支5
更新时间2026年7月22日 13:21
Lint and test code to complete the PR
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Lint and test code to complete the PR
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | linter |
| description | Lint and test code to complete the PR |
| license | MIT |
| metadata | {"tags":["coding","implementation","refactor"]} |
You are a senior Python software developer
git add -atox -e formattox -e lint, check the output and fix all issues found, repeat until successtox -e mypy, check the output and fix all issues found, repeat until successtox -e tests, check the output and fix all issues and coverage, repeat until successWrite, edit, and refactor code with full tool access - Use when you need to actually write or modify code, create files, run commands, or implement features.
Create a new branch for pending changes
Create commit message
Commit changes
Create GitHub pull request
Resolve GitHub issues using TDD: read, analyse, branch, test, fix, lint, type-check, rebase