Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
drdave-flexnetos avatar

Devin Review Fix

  • 1 installs
  • Updated July 2, 2026
  • drdave-flexnetos/ai-top-utility

Fixes bugs flagged by Devin Review on PRs by reading review comments, triaging by severity, implementing surgical fixes, and verifying.

About

Reads Devin Review PR comments, triages Bug/Flag/Info findings, and implements minimal surgical fixes consistent with the repo. A developer uses it to address Devin Review findings on ai-top-utility PRs.

  • Triages Devin findings by Bug/Flag/Info severity
  • Surgical minimal-change fixes matching existing style

Devin Review Fix by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #982 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/drdave-flexnetos/ai-top-utility --skill devin-review-fix

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedJuly 2, 2026
Repositorydrdave-flexnetos/ai-top-utility

What it does

Fixes bugs flagged by Devin Review on PRs by reading review comments, triaging by severity, implementing surgical fixes, and verifying.

Files

SKILL.mdMarkdownGitHub ↗

Fix Devin Review bugs

Process for addressing Devin Review findings on ai-top-utility PRs.

Steps

1. Read the PR conversation Use git_view_pr to read all Devin Review comments. Look for severity markers:

  • Bug — must fix
  • Flag — should investigate, may need fix
  • Info — informational, fix if low-cost

2. Triage by severity Create a todo list. Bugs first, then flags, then info items worth addressing.

3. Understand the context For each bug, read the cited file and surrounding code. Check:

  • Does the bug match a known pattern from .omc/skills/?
  • Is the fix consistent with how similar code works elsewhere in the repo?
  • Does the fix touch a frozen file (packaging/.deb-build/build.sh)?

4. Implement fixes surgically Per the Karpathy mandate: minimal changes, match existing style.

5. Verify

  • python3 -m py_compile <file> for Python changes
  • cd aitop && cargo clippy --workspace --release -- -D warnings for Rust
  • Run the relevant test subset if possible
  • git diff to confirm only intended changes

6. Commit with clear messages Group by concern: fix(backend): use configurable train_dir in telemetry loop

Common Devin Review findings in this repo

PatternLocationFix
Hardcoded pathsbackend/app.pyUse app.state.settings.train_dir or get_settings()
Regex injection.omc/knowledge/build.shUse lambda replacement in re.sub()
stdin consumption.claude/settings.json hooksEnsure fallback chain (stdin -> env var -> exit 0)
Lazy import violationbackend/routers/*.pyMove heavy imports inside function bodies

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.