developer-toolbox

Automate code reviews, debugging, tests, documentation, commits, builds, and project orchestration.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill developer-toolbox-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-toolbox
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/developer-toolbox
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill developer-toolbox-brendadeeznuts1111

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines your development workflow by providing specialized AI agents to handle common, time-consuming tasks like code reviews, debugging, testing, documentation, and Git operations.

Core Features & Use Cases

  • Automated Code Reviews: Get security and quality feedback on your code.
  • Systematic Debugging: Pinpoint root causes of errors and bugs.
  • Test Generation & Execution: Implement TDD and improve test coverage.
  • Documentation Creation: Generate READMEs, API docs, and more.
  • Git 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 test-runner to write a test for it, and finally the commit-helper to create a commit message for the fix.

Quick Start

Use the developer-toolbox skill to review the code in the current directory for security vulnerabilities.

Frequently Asked Questions about developer-toolbox

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

FAQPage Schema
How do I automate code review for security vulnerabilities?

Automated code review for security vulnerabilities is handled by specialized AI agents that scan your directory to provide security and quality feedback on your codebase.

What is the best way to generate conventional commit messages for git?

Generating conventional commit messages for git is best handled by a commit-helper agent that crafts clear messages based on your staged changes and recent bug fixes.

How do I find the root cause of a bug and write a test for it?

To find the root cause of a bug and write a test, use a debugger agent to pinpoint the error, then a test-runner agent to implement TDD and execute the test.

Can I generate README and API documentation automatically?

You can generate README and API documentation automatically by triggering the documentation agent, which creates comprehensive docs based on your project's code structure.

Does workflow automation support build verification and project orchestration?

Workflow automation supports build verification and project orchestration through specialized AI agents that verify builds and coordinate overarching development lifecycle tasks.