Command
Deploy Sanity schema to the Content Lake with verification.
41 tagged ai rules, measured the same way as everything else here.
Browse within: coding-assistant 19cursor-rules 19ai-coding-assistant 9typescript 9coding-standards 8software-engineering 8
Command
Deploy Sanity schema to the Content Lake with verification.
Command
Review code for Sanity best practices and common issues.
Command
Run Sanity TypeGen and troubleshoot type generation issues.
Command
Test command for manual verification.
Command
Execute the implementation plan with TDD.
Command
Evaluate code quality and suggest improvements.
Command
Design implementation approach before writing code.
Command
Git commit command - creates conventional commits.
Command
Code review command - review diff, check security, performance, style, tests.
Command
You are tasked with updating /docs/README.md to reflect the current state of the project.
Command
Detect the current branch's pull request, retrieve its failing CI workflow logs, fix the root causes, commit, and push. This command auto-detects the PR from the current Git branch, fetches check run statuses, downloads failure logs, classifies each failure, implements fixes, and pushes a single commit.
Command
Fix all guardrail findings (make lint, make test, make sast) across one or more repositories. This command is a complete, repeatable workflow: sync with main, run all guardrails, fix every finding, update documentation, commit following standards, push, and create PRs.
Command
Detect the current branch's pull request and resolve its unresolved review comments. This command auto-detects the PR from the current Git branch, fetches unresolved review threads via GraphQL, classifies each comment, implements valid changes, replies with explanations, pushes, and resolves addressed threads.