rtl-linting
RTL code quality checking and linting. Runs lint rules, identifies synthesis issues, detects inferred latches, and generates lint reports with waivers.
npx skills add a5c-ai/babysitter --skill rtl-linting --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# RTL Linting Skill Expert skill for RTL code quality checking and linting using Verible, SpyGlass, and vendor tools. Provides comprehensive code analysis for synthesis issues, coding style, CDC violations, and best practice enforcement. ## Overview The RTL Linting skill enables comprehensive RTL code quality checking, supporting: - SpyGlass/Ascent lint rule execution - Verible SystemVerilog linting and formatting - Vivado and Quartus lint checks - Synthesis coding issue detection - Inferred latch identification - Clock domain violation checking - Reset handling verification - Naming convention enforcement - Lint report generation and waiver management ## Capabilities ### 1. Verible Linting Run Verible SystemVerilog lint checks: ```bash # Run all default lint rules verible-verilog-lint src/*.sv # Run with specific rules verible-verilog-lint --rules=no-trailing-spaces,line-length src/*.sv # Generate machine-readable output verible-verilog-lint --format=json src/*.sv > lint_report.json # Use rules configuration file verible-verilog-lint --rules_config=.verible.rules src/*.sv # Autofix where possible verible-verilog-lint --autofix=yes src/*.sv ``` ### 2. Verible Rules Configuration Co
- Overview
- Capabilities
- 1. Verible Linting
- 2. Verible Rules Configuration
- 3. Common Lint Checks
- 4. Clock Domain Crossing Checks
- 5. Reset Handling Checks
- 6. Naming Convention Checks
- 7. Vivado Lint Messages
- 8. Lint Report Generation
- 9. Waiver Management
- Process Integration
- Workflow
- 1. Configure Lint Rules
Run all default lint rules verible-verilog-lint src/*.sv Run with specific rules verible-verilog-lint --rules=no-trailing-spaces,line-length src/*.sv Generate machine-readable output verible-verilog-lint --format=json src/*.sv > lint_report.json Use rules configuration file verible-verilog-lint --rules_config=.verible.rules src/*.sv Autofix where possible verible-verilog-lint --autofix=yes src/*.sv
What does the rtl-linting skill do?
RTL code quality checking and linting. Runs lint rules, identifies synthesis issues, detects inferred latches, and generates lint reports with waivers.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill rtl-linting --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
