code-review-riscv
SkillDev toolsLets your agent review RISC-V assembly code for correctness, ABI compliance, and best practices.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the code-review-riscv skill
About this capability
Review RISC-V assembly code for correctness, ABI compliance, and best practices. Use after modifying RISC-V assembly or inline asm code.
What this skill tells your AI
The instructions your AI receives, as published by fastled/fastled in .claude/skills/code-review-riscv/SKILL.md and read by ahel’s review.
Review RISC-V assembly code for correctness, adherence to conventions, and best practices.
The review covers 8 analysis categories:
- Instruction correctness: Valid syntax, proper operands, immediate ranges
- Register conventions: ABI compliance, saved vs temporary registers, stack alignment
- Memory access: Alignment requirements, sign extension, offset limits
- Control flow: Branches, jumps, function calls, returns
- CSR operations: Privilege level access, atomic semantics, field types
- Assembler directives: Sections, alignment, symbol visibility, data placement
- Common issues: Misalignment, stack corruption, clobbered registers, illegal immediates
- Platform-specific: RV32I vs RV64I, extensions (M/A/F/D/C), ABI variants
Search for RISC-V assembly code in git changes (inline asm and .S files) and perform deep analysis.
Signals
- GitHub stars
- 7k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
code-review-riscv- Source
- github.com/fastled/fastled