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 ページを確認してインストールできます。
Write, 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
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 success