redisredisCommunityยท8 Agent Skills Included

node-redis

Maintain and extend the official Node.js Redis client with AI

Adds new Redis commands end-to-end, improves test coverage, and keeps documentation in sync with the node-redis codebase. Reviews and triages pull requests like a maintainer, drafts PR summaries, and probes real runtime behavior with disposable test scripts. Removes guesswork from command specs, coverage gaps, and review decisions so contributors ship correct changes faster.
npx skills add redis/node-redis --all -g -y
Available:

Gives the AI agent a full map of the node-redis monorepo, its command pattern, testing setup, and conventions so it can implement and verify changes correctly.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’