linter
النجوم١٣
التفرعات٥
آخر تحديث٢٢ يوليو ٢٠٢٦ في ١٣:٢١
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 المهني
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
| 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