Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:33 +08:00
commit ec3986470d
10 changed files with 2945 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
description: WordPress performance code review - detects database anti-patterns, caching issues, hook problems, and scalability concerns
argument-hint: [file-or-directory]
---
Use and follow the **wp-performance-review** skill to perform a comprehensive WordPress performance code review.
**Target**: $ARGUMENTS (if empty, use current working directory)
Execute the full Code Review Workflow from the skill, load reference files as needed for deeper analysis, and format output using the skill's Output Format section with severity levels (Critical/Warning/Info).

12
commands/wp-perf.md Normal file
View File

@@ -0,0 +1,12 @@
---
description: Quick WordPress performance scan - fast triage using critical pattern detection
argument-hint: [path]
---
Use the **wp-performance-review** skill to perform a quick triage scan.
**Target**: $ARGUMENTS (if empty, use current working directory)
Focus only on the "Search Patterns for Quick Detection" section—run the grep commands to find critical issues fast. Report matches with file:line references and severity levels. Skip deep analysis.
If critical issues are found, suggest running `/wp-perf-review` for comprehensive analysis with fixes.