mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 08:13:49 +08:00
refactor: rename auditing-slds-quality skill to validating-slds
Renames the skill directory and updates all references in applying-slds/SKILL.md and applying-slds/checklists.md. Made-with: Cursor
This commit is contained in:
parent
4cc38b84ac
commit
43258a7b9c
@ -256,10 +256,10 @@ The linter catches hardcoded values, class overrides, and deprecated tokens. **F
|
||||
**Step 4 (optional): Run the full quality audit** for a scored report before code review or deployment:
|
||||
|
||||
```bash
|
||||
node <auditing-slds-quality>/scripts/analyze-quality.cjs <component-path>
|
||||
node <validating-slds>/scripts/analyze-quality.cjs <component-path>
|
||||
```
|
||||
|
||||
Or invoke the [auditing-slds-quality](../auditing-slds-quality/) skill. Target a B grade (≥80) or higher before marking work complete.
|
||||
Or invoke the [validating-slds](../validating-slds/) skill. Target a B grade (≥80) or higher before marking work complete.
|
||||
|
||||
---
|
||||
|
||||
@ -310,7 +310,7 @@ See [examples.md](examples.md) for worked examples demonstrating the full workfl
|
||||
|
||||
## Validation
|
||||
|
||||
See [checklists.md](checklists.md) for validation checklists aligned with the [auditing-slds-quality](../auditing-slds-quality/) skill.
|
||||
See [checklists.md](checklists.md) for validation checklists aligned with the [validating-slds](../validating-slds/) skill.
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Validation Checklists
|
||||
|
||||
Run through these checks before finalizing any SLDS-authored component. Check IDs align with the [auditing-slds-quality](../auditing-slds-quality/) skill's quality-checks.md.
|
||||
Run through these checks before finalizing any SLDS-authored component. Check IDs align with the [validating-slds](../validating-slds/) skill's quality-checks.md.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: auditing-slds-quality
|
||||
name: validating-slds
|
||||
description: >-
|
||||
Audit Lightning Web Components for SLDS compliance and produce a scored quality
|
||||
report. Runs the SLDS linter, analyzes CSS for theming hook usage and pairing,
|
||||
Loading…
Reference in New Issue
Block a user