Skip to main content
Back to the directory
tursodatabase/tursoSoftware EngineeringFrontend and Design

code-quality

Production-grade code standards emphasizing correctness, crash-safety, and Rust idioms over convenience.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
942

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/tursodatabase/turso --skill code-quality
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, code-quality has 942 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: tursodatabase/turso. Canonical URL: https://skills.sh/tursodatabase/turso/code-quality.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Production-grade code standards emphasizing correctness, crash-safety, and Rust idioms over convenience. Production database. Correctness paramount. Crash > corrupt. Wrong: Right: Use if-statements only when both branches are expected paths. Do: Don't: When code involves index inserts, deletes, or conflict resolution, double-check the ordering against SQLite. Wrong ordering causes index inconsistencies. and easy to miss. - Prioritizes data integrity: crash on invalid state rather than corrupt data; assert invariants aggressively; handle all errors explicitly - Rust-specific patterns: make illegal states unrepresentable, use exhaustive pattern matching and enums over strings, minimize allocations - Comments document why , not what ; avoid temporal markers, AI conversation references, and code-repeating explanations - Rejects over-engineering: implement only requested changes, skip error handling for impossible scenarios, avoid premature abstractions - Index mutations require careful ordering verification against SQLite to prevent inconsistencies - No workarounds or quick hacks.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does code-quality do?

Production-grade code standards emphasizing correctness, crash-safety, and Rust idioms over convenience.

Is code-quality good?

code-quality does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support code-quality?

code-quality currently lists compatibility with Skills CLI.

Is code-quality safe to install?

code-quality has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to code-quality?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install code-quality?

Run the following command to install code-quality: npx skills add https://github.com/tursodatabase/turso --skill code-quality

Related skills

Alternatives in Software Engineering