serde-code-reviewReviews serde serialization code for derive patterns, enum representations, custom implementations, and common serialization bugs. Use when reviewing Rust co...
Install via ClawdBot CLI:
clawdbot install anderskev/serde-code-reviewGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 1, 2026
Review serde attributes in Rust API types to ensure field naming and enum representations match external API contracts, preventing silent breaking changes when APIs evolve.
Audit serde usage on database model structs, especially when used with sqlx, to ensure consistent enum representations and proper field defaults for round-trip correctness.
Check serde derives and attribute macros on config types to guarantee robust deserialization with proper defaults and unknown field handling, critical for DevOps and deployment tools.
Evaluate serde enum tagging and custom serializer usage for message types sent over WebSocket, ensuring forward compatibility and efficient wire format.
Review serde definitions on shared DTOs across microservices to prevent field rename mismatches and ensure reliable serialization/deserialization in distributed systems.
Offer basic serde review for free with limited findings, and charge for detailed reports with severity calibration and integration tips.
Integrate this code review skill into CI pipelines as a premium check, charging per build or as part of a larger Rust toolchain subscription.
Provide specialized serde auditing as part of Rust consulting engagements, delivering comprehensive reports and recommendations for high-stakes projects.
💬 Integration Tip
Run this skill as a pre-commit hook or in CI to catch serde issues early. Combine with the beagle-rust:review-verification-protocol to validate findings before reporting.
Scored Apr 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions