Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:14 +08:00
commit 8040a9099d
8 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for performance-budget-validator skill
- [ ] validate_budget.py: Script to execute the performance budget validation logic, potentially integrating with Lighthouse or other performance testing tools.
- [ ] create_budget.py: Script to assist in creating or updating the performance budget configuration file.
- [ ] report_violation.py: Script to generate reports or send alerts when performance budgets are violated.