Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/SAP/fundamental-ngx --skill preflight명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | preflight |
| description | Run local quality gates before creating a PR |
| argument-hint | ["library"] |
| disable-model-invocation | true |
| context | fork |
| agent | general-purpose |
Run all local quality gates for the affected library. If no argument provided, detect the library from changed files via git diff --name-only.
# If $ARGUMENTS provided, use it. Otherwise detect from changed files:
git diff --name-only HEAD~1
Map changed file paths to library names (libs/core/ → core, libs/platform/ → platform, etc.).
yarn format
Ensure all code is formatted before running quality gates.
nx run <library>:build
Report: PASS or FAIL with error summary.
nx run <library>:lint
Report: PASS or FAIL with violation count and top issues.
nx run <library>:test --skip-nx-cache
Report: PASS or FAIL with failing test names and error messages.
For each changed component file, verify it is exported from the library's public_api.ts or index.ts. Flag any new public classes missing from exports.
Run git diff on changed files. Flag:
input(), output(), or model() declarationsIf breaking changes found, verify the commit message contains BREAKING CHANGE: footer.
## Preflight Report
| Gate | Status | Details |
|-------------------|--------|------------------|
| Format | PASS | |
| Build | PASS | |
| Lint | FAIL | 3 violations |
| Unit Tests | PASS | 42 tests passed |
| Exports | PASS | |
| Breaking Changes | WARN | 1 input removed |
### Failures
[details for each failed gate]
### Action Required
[what needs fixing before PR]
Add, rename, or remove i18n translation keys in fundamental-ngx (updates FdLanguage interface, .properties files, and generated types)
Audit existing code against project conventions and Angular 22+ best practices
Migrate a component or directive to Angular 22+ signal-based patterns
SOC 직업 분류 기준