Agent skill · Code Review & Quality

rtl-linting

RTL code quality checking and linting. Runs lint rules, identifies synthesis issues, detects inferred latches, and generates lint reports with waivers.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill rtl-linting --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteEditBashGlob
Path: library/specializations/fpga-programming/skills/rtl-linting/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. 1. Verible Linting
  4. 2. Verible Rules Configuration
  5. 3. Common Lint Checks
  6. 4. Clock Domain Crossing Checks
  7. 5. Reset Handling Checks
  8. 6. Naming Convention Checks
  9. 7. Vivado Lint Messages
  10. 8. Lint Report Generation
  11. 9. Waiver Management
  12. Process Integration
  13. Workflow
  14. 1. Configure Lint Rules
Ships with 1 file
  • README.md
Commands it runs
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
More from babysitter
All skills →
About this skill
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.

Keep going