review-rust-all — community review-rust-all, Feather-Flow, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Code Review Agents needing comprehensive Rust code analysis and SQL orchestration capabilities. SQL orchestration tool

datastx datastx
[1]
[0]
Updated: 2/27/2026

Agent Capability Analysis

The review-rust-all skill by datastx is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Code Review Agents needing comprehensive Rust code analysis and SQL orchestration capabilities.

Core Value

Empowers agents to orchestrate multiple review skills, including review-rust, and validate code changes using make ci, ensuring seamless integration with Feather-Flow's schema validation framework and static analysis.

Capabilities Granted for review-rust-all

Automating Rust code reviews for changed files
Validating SQL orchestration with make ci
Integrating with Feather-Flow's schema validation framework

! Prerequisites & Limits

  • Requires make ci for validation
  • Specific to Rust code review
  • Dependent on sub-skills for review criteria
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

review-rust-all

Install review-rust-all, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Comprehensive Rust Code Review

Orchestrates all three review-rust* skills against changed files, then validates with make ci. This skill contains no review criteria of its own — all opinions live in the sub-skills.

Context: Feather-Flow is a schema validation framework with static analysis as a first-class citizen. See HOW_FEATHERFLOW_WORKS.md for the full architecture. All code changes should be reviewed in the context of this goal — mandatory schemas, compile-time validation, AST-based dependency extraction, and no CTEs.

Project Layout

Cargo workspace with crates under crates/:

CratePathRole
ff-clicrates/ff-cli/Binary (CLI commands, integration tests)
ff-corecrates/ff-core/Library (shared types, config, DAG)
ff-analysiscrates/ff-analysis/Library (DataFusion static analysis)
ff-sqlcrates/ff-sql/Library (SQL parsing, lineage)
ff-jinjacrates/ff-jinja/Library (Jinja template rendering)
ff-dbcrates/ff-db/Library (database trait + DuckDB)
ff-testcrates/ff-test/Library (schema test generation)

Procedure

Step 1: Identify changed files

Find modified .rs files:

bash
1# If on a feature branch: 2git diff --name-only main -- '*.rs' 3 4# If on main with uncommitted changes: 5git diff --name-only -- '*.rs' 6git diff --cached --name-only -- '*.rs' 7 8# For the last commit: 9git diff --name-only HEAD~1 -- '*.rs'

Separate into two groups:

  • Production code: files under crates/*/src/
  • Test code: files under crates/*/tests/ or ending in _test.rs

Read every changed file in full before reviewing.

Step 2: Apply review-rust-code

Read the full skill file and apply all of its rules against every changed .rs file:

Read .claude/skills/review-rust-code/SKILL.md

Step 3: Apply review-rust-async-patterns

Check if any changed files contain async code:

bash
1grep -rl 'async\|\.await\|tokio::\|spawn' <changed-files>

Skip this step entirely if none do.

Otherwise, read the full skill file and apply all of its rules against each async file:

Read .claude/skills/review-rust-async-patterns/SKILL.md

Step 4: Apply review-rust-memory

Read the full skill file and apply all of its rules against every changed .rs file:

Read .claude/skills/review-rust-memory/SKILL.md

Step 5: Report findings

Combine all findings from steps 2-4 into a single report grouped by crate, then by file. Use the severity definitions from the sub-skills. Example format:

## ff-analysis

### crates/ff-analysis/src/datafusion_bridge/provider.rs

- **Error**: [description]
- **Warning**: [description]

## ff-cli

### crates/ff-cli/src/commands/common.rs

- **Info**: [description]

Step 6: Verify

Run make ci to confirm format, clippy, tests, and docs all pass.

Usage

/review-rust-all

Or target specific files:

/review-rust-all crates/ff-cli/src/commands/compile.rs crates/ff-analysis/src/datafusion_bridge/propagation.rs

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is review-rust-all?

Perfect for Code Review Agents needing comprehensive Rust code analysis and SQL orchestration capabilities. SQL orchestration tool

How do I install review-rust-all?

Run the command: npx killer-skills add datastx/Feather-Flow/review-rust-all. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for review-rust-all?

Key use cases include: Automating Rust code reviews for changed files, Validating SQL orchestration with make ci, Integrating with Feather-Flow's schema validation framework.

Which IDEs are compatible with review-rust-all?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for review-rust-all?

Requires make ci for validation. Specific to Rust code review. Dependent on sub-skills for review criteria.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add datastx/Feather-Flow/review-rust-all. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use review-rust-all immediately in the current project.

Related Skills

Looking for an alternative to review-rust-all or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI