원클릭으로
local-qa
Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | local-qa |
| description | Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated. |
| disable-model-invocation | false |
Run the local QA script scripts/qa.sh in this skill.
command not found, missing executable, or equivalent), install the missing tool(s) and rerun ./scripts/qa.sh.uv/poetry for Python, package manager scripts/dependencies for Node.js).brew on macOS, apt on Debian/Ubuntu) when project-local install is not applicable.pipx/pip, npm, go install, etc.).Run an autonomous CI/GitHub pull request review that inspects PR diffs and posts concise, high-confidence review findings to GitHub by default. Use in CI, GitHub Actions, Claude Code Routines, or other automated PR-review contexts where posting review comments is expected.
Use OpenAI Codex from AI coding agents to review code, run adversarial reviews, delegate coding tasks, and manage background jobs or sessions where supported. Use when the user wants a Codex code review, adversarial review, task delegation, session transfer, or job management (status, result, cancel).
Perform comprehensive code review on a pull request, checking for bugs, AGENTS.md/CLAUDE.md compliance, and historical context issues. Use when the user asks to review a PR or current changes.
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Commit staged and unstaged changes, push the branch to origin, and open a pull request using the GitHub CLI. Use when the user asks to commit, push, and create a PR in one workflow.
Create a single git commit from current staged and unstaged changes with an appropriate message. Use when the user asks to commit current work.