web-infra-devweb-infra-devOfficial·2 Agent Skills Included

rslint

Fast ESLint-compatible linting, rule porting, and CI debugging

Ports ESLint and TypeScript-ESLint rules into a high-performance Go-based linter with exact behavior parity. Reproduces failing CI jobs locally in Docker containers that mirror the real CI environment. Creates and organizes draft GitHub release notes by conventional commit type without rewriting items. Removes manual rule migration, slow lint runs, and hard-to-reproduce Linux-only test failures.
npx skills add web-infra-dev/rslint --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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→