R
Redis技能
ego lite browser
赞助ego lite 是AI代理运行网页自动化时最快的浏览器,可与Codex或Claude Code共享您的登录状态,零成本,零配置。
Alpha Vantage MCP Server
赞助获取金融市场数据:实时和历史股票、ETF、期权、外汇、加密货币、大宗商品、基本面、技术指标等
backend
redis
NestJS后端开发模式用于RedisInsight API:模块结构、服务、控制器、DTO、依赖注入和错误处理。当需要…时使用
official
backend
redis
NestJS后端开发模式,适用于RedisInsight API:模块结构、服务、控制器、DTO、依赖注入和错误处理。当……时使用
official
branches
redis
使用小写kebab-case格式,包含类型前缀和问题/工单标识符。分支名称必须符合GitHub Actions工作流规则(参见.github/workflows/enforce-branch-name-rules.yml)。
official
branches
redis
按照项目约定创建并命名git分支。在创建分支、检出新分支或用户提及分支命名时使用。
official
bump-test-image
redis
在共享的DEFAULT_DOCKER_CONFIG和CI矩阵中升级默认的Redis docker测试镜像(redislabs/client-libs-test),然后强制推送…
official
code-quality
redis
Code-quality standards for RedisInsight: TypeScript strictness, naming conventions (camelCase, PascalCase, UPPER_SNAKE_CASE), linting rules, no `any` without…
official
code-quality
redis
Code-quality standards for RedisInsight: TypeScript strictness, naming conventions (camelCase, PascalCase, UPPER_SNAKE_CASE), linting rules, no `any` without…
official
commits
redis
遵循 Conventional Commits 格式:
official
commits
redis
按照约定式提交格式生成提交信息。在创建提交、编写提交信息或用户要求提交更改时使用。
official
dead-dependencies
redis
使用 grep + leaf-check + build-gate 方案,在 RedisInsight 中查找并安全移除未使用("dead")的 npm 依赖。在清理依赖时使用,…
official
docs-sync
redis
分析 master 分支的实现和配置,以查找 docs/、README.md 以及各包 README 中缺失、错误或过时的文档。使用…
official
docs-sync
redis
分析主分支的实现和配置,以查找docs/、README.md及各包README中缺失、错误或过时的文档。使用……
official
e2e-testing
redis
Playwright端到端测试标准,适用于RedisInsight:页面对象模型、测试结构、fixture、导航模式及防不稳定测试。使用…
official
e2e-testing
redis
Playwright 端到端测试标准,适用于 RedisInsight:页面对象模型、测试结构、fixtures、导航模式,以及防 flaky 测试策略。使用…
official
feature-flags
redis
RedisInsight 拥有自己的功能标志系统。标志在远程 JSON 配置中定义,由后端获取,并通过 API 提供给前端。本技能涵盖如何添加、提升和移除标志。
official
feature-flags
redis
在 RedisInsight 中创建、修改和移除功能开关。适用于添加新的功能开关、引入开发开关、将开发开关提升为正式开关、清理……
official
frontend
redis
React/Redux 前端开发模式,适用于 RedisInsight UI:组件文件夹结构、styled-components、hooks、具名导出、barrel 文件、布局……
official
frontend
redis
React/Redux 前端开发模式,用于 RedisInsight UI:组件文件夹结构、styled-components、hooks、命名导出、barrel 文件、布局……
official
git-safety
redis
针对受保护分支的关键安全护栏:绝不直接对主分支、最新分支或发布分支执行提交、推送或强制推送操作;禁止破坏性历史记录…
official
git-safety
redis
受保护分支的关键安全护栏:绝不直接向main、latest或release分支提交、推送或强制推送;不得进行破坏性历史…
official
i18n
redis
RedisInsight UI(i18next)的国际化约定。在添加或修改 redisinsight/ui/** 下的用户可见字符串时使用,编辑…
official
implement-command
redis
Add a new Redis command (or command variant) to node-redis end-to-end — the `<NAME>.ts` Command file, its registration with JSDoc in the package…
official
implement-command
redis
Add a new Redis command (or command variant) to node-redis end-to-end — the `<NAME>.ts` Command file, its registration with JSDoc in the package…
official
iris-development
redis
Iris是Redis面向AI产品的总称。当与Redis Cloud上的Iris Redis Agent Memory(RAM)数据平面集成时使用此技能——记录…
official
maintainer-review
redis
以 node-redis 维护者的身份审查 GitHub issue 或 pull request 的 URL,分阶段评估该主张是否真实、具有实际重要性、是否已经……
official
maintainer-review
redis
以node-redis维护者的身份审核GitHub issue或pull request URL,分阶段评估该主张是否真实、是否具有实际重要性、是否已经……
official
pr-draft-summary
redis
为 node-redis 创建所需的 PR 就绪摘要块、分支建议、标题和草稿描述。必须在最终回复之前使用,每当……
official
pr-draft-summary
redis
为node-redis创建所需的PR就绪摘要块、分支建议、标题和草稿描述。必须在最终回复之前使用,每当……
official
pull-requests
redis
使用AI辅助创建PR时,始终添加"AI-Made"标签。
official
pull-requests
redis
按照项目标准创建和审查拉取请求,包括标题格式、描述模板和审查清单。在创建PR、编写…时使用。
official
redis-best-practices
redis
Redis性能优化与最佳实践。在处理Redis数据结构、Redis查询引擎(RQE)、向量搜索等场景时使用此技能。
official
redis-clustering
redis
Redis集群与复制指南,涵盖用于多键操作的哈希标签、避免CROSSSLOT错误,以及从副本读取以扩展读密集型…
official
redis-connections
redis
Redis客户端与连接指南,涵盖连接池、多路复用、管道、基于RESP3的客户端缓存,以及避免慢命令(KEYS、…)
official
redis-core
redis
核心 Redis 建模指导 — 选择合适的数据结构(String、Hash、List、Set、Sorted Set、JSON、Stream、Vector Set)并使用一致的…
official
redis-development
redis
涵盖数据结构、查询引擎、向量搜索及语义缓存的Redis性能优化。包含29条优先级规则,覆盖11个类别,涉及数据建模、内存管理、Redis查询引擎(RQE)、基于RedisVL的向量搜索以及LangCache语义缓存。提供连接池管理、JSON文档处理、流处理、集群、安全(ACL)及可观测性的结构化指导。每条规则包含解释、正确示例、反模式或使用说明...
official
redis-insight-plugin
redis
在创建、修改、调试、部署或测试Redis Insight Workbench可视化插件、插件清单、package.json可视化等时使用。
official
redis-observability
redis
Redis 可观测性指导——需要监控的指标(内存、连接数、命中率、每秒操作数、拒绝的连接数),以及可使用的内置命令……
official
redis-query-engine
redis
Redis Query Engine (RQE) 指导,涵盖 FT.CREATE 模式设计、字段类型选择(TEXT、TAG、NUMERIC、GEO、GEOSHAPE、VECTOR)、DIALECT 2 查询语法……
official
redis-search
redis
涵盖FT.CREATE模式设计、字段类型选择(TEXT、TAG、NUMERIC、GEO、GEOSHAPE、VECTOR、JSON路径)、DIALECT 2查询语法等的Redis Search指南…
official
redis-security
redis
涵盖身份验证(requirepass和ACL用户)、TLS、基于ACL的最小权限访问控制、通过网络暴露限制等方式的Redis安全指南…
official
redis-semantic-cache
redis
Redis LangCache 指南,用于在 Redis Cloud 上对 LLM 响应进行语义缓存——通过 SDK 或 REST API 调用搜索/设置,调整相似度阈值,…
official
redis-vector-search
redis
Redis向量搜索指南,涵盖HNSW与FLAT算法选择、向量索引配置(维度、距离度量、数据类型)、过滤式混合搜索…
official
runtime-behavior-probe
redis
使用临时 TypeScript 探针脚本、验证矩阵、状态控制和以发现为先的报告,规划并执行运行时行为调查。使用…
official
runtime-behavior-probe
redis
规划并执行运行时行为调查,使用临时TypeScript探针脚本、验证矩阵、状态控制和以发现为先的报告。使用…
official
testing
redis
Unit/integration testing standards for RedisInsight using Jest and Testing Library: test structure, the `renderComponent` helper, faker for test data, mocking…
official
testing
redis
Unit/integration testing standards for RedisInsight using Jest and Testing Library: test structure, the `renderComponent` helper, faker for test data, mocking…
official
tsconfigs
redis
在 RedisInsight 中定位并修改 TypeScript 配置。用于添加路径别名、引入新的 TS 区域、调试 webpack/ts-node/ESLint 路径…
official
tsconfigs
redis
在 RedisInsight 中查找并修改 TypeScript 配置。在添加路径别名、引入新的 TS 区域、调试 webpack/ts-node/ESLint 路径时使用……
official
type-check-baselines
redis
运行、刷新或从RedisInsight的每个项目TypeScript错误基线(.tscheck.rec.json)中恢复。当CI报告“基线已过期”或“更多TS…”时使用。
official
type-check-baselines
redis
运行、刷新或恢复 RedisInsight 的按项目 TypeScript 错误基线(.tscheck.rec.json)。当 CI 报告“基线已过期”或“更多 TS…”时使用。
official