developer-toolbox

Automate code review, debugging, test writing, documentation, and commit messages.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/fefogarcia/approved-skills --skill developer-toolbox-fefogarcia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-toolbox
Source: https://github.com/fefogarcia/approved-skills/tree/main/skills/developer-toolbox
Command: npx skills add https://github.com/fefogarcia/approved-skills --skill developer-toolbox-fefogarcia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes rules (resource) and agents (resource) components.

What problem does it solve?

This Skill streamlines your entire development process, from writing code and debugging errors to generating documentation and managing Git commits, making development faster and more efficient.

Core Features & Use Cases

  • Automated Code Review: Get instant feedback on code quality and security.
  • Systematic Debugging: Quickly identify and fix bugs with root cause analysis.
  • Test Generation: Write tests and improve coverage effortlessly.
  • Documentation Creation: Generate READMEs, API docs, and more.
  • Commit Assistance: Craft clear, conventional commit messages.
  • Use Case: When you encounter a bug, you can ask the debugger agent to find the root cause, then use the code-reviewer agent to ensure the fix is robust, and finally, the commit-helper to generate a descriptive commit message.

Quick Start

Use the developer-toolbox skill to review the code in the current directory for potential issues.

Frequently Asked Questions about developer-toolbox

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

FAQPage Schema
How does AI automated code review work for finding security issues?

AI automated code review analyzes your source code to provide instant feedback on code quality and security vulnerabilities. It scans the current directory to identify potential issues, ensuring your software meets robust standards without manual inspection.

What's the best way to debug code and find the root cause of a bug?

Systematic debugging identifies and fixes bugs by performing root cause analysis on your codebase. It systematically traces execution paths and variable states to pinpoint the exact origin of errors, enabling targeted and reliable fixes.

Can I generate tests and improve coverage using TDD workflows?

Yes, you can generate tests and improve coverage effortlessly using specialized AI agents. The suite supports Test-Driven Development workflows by automatically writing test cases based on your code structure and intended functionality.

How do I generate conventional commit messages and documentation from code?

You can craft clear conventional commit messages and generate documentation directly from your code. The suite analyzes your Git changes and codebase to produce descriptive commit messages, READMEs, and API docs automatically.

Do I need any external dependencies to run security audits and architectural planning?

No external dependencies are required to run security audits and architectural planning. The suite operates autonomously using its internal agents and rules to evaluate your software architecture and identify security vulnerabilities.

Why use AI agents for software development instead of manual code review and debugging?

AI agents streamline the entire development process by automating repetitive tasks like code review, debugging, and documentation generation. This approach accelerates development cycles, reduces human error, and ensures consistent code quality across your project.