codebase-review

Identify bugs, security issues, and maintainability gaps in codebases.

Updated Sep 13, 2025
One-click install
npx skills add https://github.com/nobelk/claude-tools --skill codebase-review-nobelk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-review
Source: https://github.com/nobelk/claude-tools/tree/main/skills/codebase-review
Command: npx skills add https://github.com/nobelk/claude-tools --skill codebase-review-nobelk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams perform a thorough, senior-level codebase review to identify bugs, code quality issues, missing tests, TODOs, and technical debt, delivering a prioritized to_do.md for remediation.

Core Features & Use Cases

  • Systematic discovery of project structure and technologies to tailor the review.
  • Comprehensive file-by-file analysis focusing on correctness, maintainability, test coverage, and security.
  • Output a prioritized to_do.md with actionable items and remediation steps.

Quick Start

Review a project's codebase to generate a prioritized to_do.md of issues.

Frequently Asked Questions about codebase-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a codebase review to identify bugs and technical debt?

To perform a codebase review, this Skill runs a systematic discovery of your project structure, then conducts file-by-file analysis to identify bugs, security issues, missing tests, and technical debt, outputting a prioritized to_do.md for remediation.

Can I use static analysis to generate a prioritized TODO list for a large repository?

Yes, you can use static analysis on large repositories. This Skill applies systematic discovery and file-by-file analysis to multi-language projects, generating a prioritized to_do.md with actionable remediation steps and specific guidelines for C#/.NET projects.

What is the best way to audit code quality and security issues in a multi-language project?

The best way to audit code quality and security issues is through systematic file-by-file analysis. This Skill evaluates correctness, maintainability, test coverage, and security across multi-language projects to deliver actionable recommendations for remediation planning.

Does this code review approach provide specific guidelines for C# and .NET projects?

Yes, this code review approach provides specific guidelines for C# and .NET projects. During the systematic discovery and file-by-file analysis, it tailors its bug, security, and maintainability gap identification to include C#/.NET specific remediation steps.