원클릭으로
source-command-review
Run quality gate: lint, type-check, test, build
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run quality gate: lint, type-check, test, build
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill to generate well-branded interfaces and assets for Good'ai, either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colours, type, fonts, assets, and UI kit components for prototyping. Good'ai is a Perth-based SME automation business with a brutalist / direct-mail identity (warm cream paper, high-contrast coloured cards in navy / gold / red / black) and a casual "switched-on mate" voice.
Scaffold a new component with test file
Start dev server and verify environment
Stage + commit with conventional commit format
Stage + commit + push to remote
Create a pull request from current branch
| name | source-command-review |
| description | Run quality gate: lint, type-check, test, build |
Use this skill when the user asks to run the migrated source command review.
Execute the full quality gate pipeline:
npm run lint — ESLint checknpx tsc --noEmit — TypeScript type checknpm run test — Unit tests (if configured)npm run build — Production build verificationReport results as a structured checklist. If any step fails, stop and report the failure with the exact error.