preflight
Installation
SKILL.md
Preflight Check
Run all local quality gates for the affected library. If no argument provided, detect the library from changed files via git diff --name-only.
Steps
1. Identify scope
# 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.).
2. Format
Related skills
More from sap/fundamental-ngx
migrate
Migrate a component or directive to Angular 21+ signal-based patterns
5best-practices
Audit existing code against project conventions and Angular 21+ best practices
5create-test
Generate or update unit tests for a component following project testing conventions
5a11y-audit
Audit a component for WCAG AA accessibility compliance
5review-pr
Review a pull request against project conventions and Angular 21+ best practices
5update-docs
Verify and update documentation examples to match a component's current public API
4