원클릭으로
test-and-lint-runner
Choose and run focused tests, lint, type checks, syntax checks, and builds safely in non-interactive project environments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Choose and run focused tests, lint, type checks, syntax checks, and builds safely in non-interactive project environments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and update debug MCUB userbot modules in app-debug using the MCUB module API, class-style modules, and inline form/callback docs.
Inspect git status, diffs, branches, and prepare commits safely while preserving unrelated user changes.
Run, interpret, and fix MCUB debugger warnings and errors while preserving module behavior and build history.
Navigate and explain local MCUB documentation while routing module and API questions to the right sources and warning against Hikka assumptions.
Statically audit MCUB modules before release for safety, metadata, dependencies, commands, inline callbacks, and release readiness without editing code.
Route OpenAgent MCUB work across repo navigation, debugger fixes, module creation, release workflows, and skill registry management.
| name | test-and-lint-runner |
| description | Choose and run focused tests, lint, type checks, syntax checks, and builds safely in non-interactive project environments. |
| keywords | ["test","tests","pytest","lint","build","typecheck","ruff","eslint","vitest","пpoвepкa"] |
Use this skill when the user asks to run checks, verify a change, diagnose failing tests, or decide which validation command is appropriate.
Validate changes with the smallest useful non-interactive command first, then broaden only when needed. Report exact commands, results, and remaining failures without hiding output that matters.
package.json scripts;pyproject.toml, tox.ini, pytest.ini, ruff.toml, .eslintrc*, tsconfig.json;Python examples:
python -m py_compile path/to/file.py.python -m pytest path/to/test_file.py -q.ruff, flake8, or configured command.JavaScript/TypeScript examples:
package.json first.typecheck script or configured compiler command.MCUB examples:
python -m py_compile app-debug/.../modules-debug-vX.Y.Z.py.python -m debugger.cli path/to/module.py when debugger validation is relevant.