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