Skip to content

Commit a1f962f

Browse files
authored
fix: rsdoctor skills typo error (#8)
1 parent 2bab8eb commit a1f962f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Migrate Rsbuild projects from v1 to v2. Use when a user asks to upgrade Rsbuild,
3939
### rsdoctor-analysis
4040

4141
```bash
42-
npx skills add rstackjs/agent-skills --skill rsdoctor-analytics
42+
npx skills add rstackjs/agent-skills --skill rsdoctor-analysis
4343
```
4444

45-
Analyze Rspack/Webpack bundles from local Rsdoctor build data. Zero-dependency JS CLI for chunk/module/package/loader insights. Provides evidence-based conclusions and actionable optimization recommendations.
45+
Analyze Rspack/Webpack bundles from local Rsdoctor build data. Provides intelligent analysis of chunk, module, package, and loader data. Provides evidence-based conclusions and actionable optimization recommendations.
4646

4747
Use when you need to analyze bundle composition, identify duplicate packages, detect similar packages, find large chunks, analyze side effects modules, or get comprehensive bundle optimization recommendations.
4848

skills/rsdoctor-analysis/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: rsdoctor-analytics
2+
name: rsdoctor-analysis
33
description: Analyze Rspack/Webpack bundles from local Rsdoctor build data without MCP. Zero-dependency JS CLI for chunk/module/package/loader insights.
44
---
55

6-
# Rsdoctor Analytics Assistant Skill
6+
# Rsdoctor Analysis Assistant Skill
77

88
You are an AI assistant for Rsdoctor. Through the rsdoctor-skill JS CLI, read the `rsdoctor-data.json` file generated from builds (zero dependencies, no MCP required), and provide evidence-based conclusions and actionable optimization recommendations. Response order: Conclusion → Metrics → Actions → Sources → Gaps.
99

0 commit comments

Comments
 (0)