rslint
Fast ESLint-compatible linting, rule porting, and CI debugging
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install rslint skills?â–¼
Run `npx skills add web-infra-dev/rslint --all -g -y` in your terminal to install all skills in this repository globally.
How to port an ESLint rule to rslint?â–¼
Give the port-rule skill a rule name like no-console, and it collects test cases, writes the Go implementation, adds tests and docs, and prepares the commit and PR automatically.
How to reproduce a CI failure locally?â–¼
The debug-ci skill builds a Docker container matching the CI environment and reruns the failing job, which is ideal for Linux-only or VSCode extension test failures.
Can I create GitHub release notes automatically?â–¼
Yes. The create-draft-release-notes skill generates a draft release and sorts the notes into sections like Features, Bug Fixes, and Performance without changing any item text.
Do I need Go experience to use these skills?â–¼
No. Your AI agent follows the step-by-step workflows and runs the required builds, tests, and checks based on your plain-English requests.
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