node-redis
Maintain and extend the official Node.js Redis client with AI
All Skills in This Repository (8)
Pure Emerald Level Indicatorstest-coverage-improver
Run per-package nyc coverage runs and propose mocha tests for node-redis.
implement-command
Automate new Redis command implementation in the node-redis client library.
docs-sync
Cross-reference source code against documentation to identify missing or outdated content.
pr-draft-summary
Generate Conventional Commits-compliant PR titles and draft descriptions for node-redis changes.
maintainer-review
Assess demonstrated user need in node-redis GitHub issues and pull requests.
runtime-behavior-probe
Probe node-redis runtime behavior with disposable TypeScript scripts and validation matrices.
maintainer-triage
Batch-triage node-redis pull requests and issues, then execute approved GitHub actions.
bump-test-image
Updates the default Redis docker test image tag and CI matrix, then opens a PR.
Frequently Asked Questions
FAQPage SchemaHow to install node-redis skills?โผ
Run `npx skills add redis/node-redis --all -g -y` in your terminal to install all skills in this suite globally.
How to add a new Redis command to node-redis?โผ
The implement-command skill walks your agent through writing the command file, registering it with JSDoc, and adding co-located tests that run against real Redis containers.
Can AI review node-redis pull requests?โผ
Yes. The maintainer-review and maintainer-triage skills assess whether a PR solves a demonstrated need, then help approve, request changes, or close it on GitHub.
How to improve test coverage in node-redis?โผ
The test-coverage-improver skill runs the coverage suite, finds the weakest files and branches, and proposes high-impact tests for your approval before writing them.
Do these skills work with Claude Code and other agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, OpenClaw, Cursor, and other compatible AI coding agents.
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