Verify
Verifies data integrity by querying a Redis database for expected values, ensuring accuracy and preventing inconsistencies.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add redisearch-verify npx -- -y @trustedskills/redisearch-verify
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"redisearch-verify": {
"command": "npx",
"args": [
"-y",
"@trustedskills/redisearch-verify"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The redisearch-verify skill allows AI agents to validate data integrity and query results directly within Redis databases. It ensures that search operations return accurate, consistent information before it is processed further by the application logic. This capability is essential for maintaining trust in data-driven workflows where precision is critical.
When to use it
- Confirming that a complex full-text search returned all expected documents without false positives or negatives.
- Validating schema changes or index updates immediately after deployment to prevent downstream errors.
- Ensuring data consistency between Redis and external systems before triggering automated business processes.
- Debugging query performance issues by verifying the actual state of the dataset against expected metrics.
Key capabilities
- Direct verification of search results within the Redis environment.
- Validation of data integrity for indexed datasets.
- Real-time confirmation of index health and query accuracy.
Example prompts
- "Verify that the 'products' index contains all items tagged with 'electronics' from the last 24 hours."
- "Check if the user count in the 'sessions' key matches the total number of active connections reported by the load balancer."
- "Validate that the full-text search for 'urgent maintenance' returned exactly three tickets and list their IDs."
Tips & gotchas
Ensure your AI agent has read permissions on the specific Redis keys it intends to verify, as unauthorized access will block validation attempts. For large datasets, consider sampling results rather than verifying every single entry to avoid performance bottlenecks during peak traffic times.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.