code-review
01Skill Claude CodeCodex
Review C code changes for correctness, safety, and style. Use this when you want to review C code changes or PRs.
36 tagged inverted index, measured the same way as everything else here.
Browse within: fulltext 36redis 36redis-module 36search 36search-engine 36
Skill Claude CodeCodex
Review C code changes for correctness, safety, and style. Use this when you want to review C code changes or PRs.
Skill Claude CodeCodex
Split a jj (Jujutsu) changeset into smaller, focused changesets. Use when asked to break up a large changeset, split commits, reorganize changes across revisions, or create stacked PRs from a single changeset. Covers safe duplication-based workflows, file-path and hunk-level splitting without interactive commands.
Skill Claude CodeCodex
Implementation & review guide for suspend/resume (revalidation) on query-engine iterators in src/redisearchrs/rqeiterators/. Use this when adding the Box suspend/resume mechanism to an RQE iterator that currently only implements the legacy revalidate, when modifying an existing suspend/resume implementation, or when…