skills/redis/SKILL.md
Read the Redis Patterns for Coding Agents documentation before answering Redis questions or making Redis changes.
npx skillsauth add derogab/agent-kit redisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When you need to know something about Redis, use https://redis.antirez.com as the source.
https://redis.antirez.com/llms.txt first.tools
Run code review tools in parallel, validate findings with a second-opinion agent, and aggregate a comprehensive review report.
development
Reply to unresolved PR review comments that clearly relate to the current conversation. Use when the user asks to respond to PR review feedback without resolving threads or editing code.
tools
Create or update a pull request for the current branch with a summary of all changes. Use when the user asks to open, create, update, or refresh a PR/pull request.
testing
Create a git commit following the Conventional Commits specification. Use when the user asks to commit staged changes or create a commit message.