rsdoctor
Analyze and optimize Rspack and webpack builds with AI assistance
All Skills in This Repository (5)
Pure Emerald Level Indicatorsrelease-rsdoctor
Automate Rsdoctor package releases with version bumps, branches, and pull requests.
write-e2e-cases
Create Playwright end-to-end test files for Rsdoctor build analysis features.
docs-en-improvement
Rewrite technical English documentation sentences for clarity and correctness.
pr-creator
Guide pull request creation with branch management and commit message formatting.
code-reviewer
Analyze code diffs for bugs, regressions, and type safety issues.
Frequently Asked Questions
FAQPage SchemaHow to install Rsdoctor?โผ
Run `npx skills add web-infra-dev/rsdoctor --all -g -y` in your terminal to install all skills in this suite globally.
What does Rsdoctor do?โผ
Rsdoctor is a build analyzer for Rspack and webpack projects that visualizes compilation time, module dependencies, and bundle contents. It helps you find bottlenecks, duplicate packages, and slow loaders.
How to find why my webpack build is slow?โผ
Rsdoctor breaks down build time by loader, plugin, and resolver so you can see exactly which step is slow. It presents the results in a visual report you can explore in your browser.
Can AI agents review code in the Rsdoctor repo?โผ
Yes. The included code-reviewer skill lets your AI agent review pull requests like a senior engineer, flagging bugs, regressions, and missing tests with file and line references.
Does Rsdoctor work with webpack projects?โผ
Rsdoctor is tailored for Rspack, but webpack projects can use Rsdoctor 1.x or follow the official migration guide to move to Rspack.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core