aiox-dev

Implement and validate full-stack story tasks with quality gates.

Updated May 25, 2026
One-click install
npx skills add https://github.com/FelipeMaines/ProjetoWeb --skill aiox-dev-felipemaines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-dev
Source: https://github.com/FelipeMaines/ProjetoWeb/tree/main/.claude/skills/AIOX/agents/dev
Command: npx skills add https://github.com/FelipeMaines/ProjetoWeb --skill aiox-dev-felipemaines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates full-stack development execution by providing a structured agent persona, safe workflow guardrails, and repeatable commands for implementing and validating story tasks.

Core Features & Use Cases

  • Story-based implementation: Follow ordered development execution (plan → implement subtasks → test → validate → update story record) for full-stack features and fixes.
  • Quality gates & self-healing: Run pre-commit CodeRabbit checks with an automated loop for CRITICAL issues to reduce rework before marking stories complete.
  • Build orchestration & recovery: Support autonomous build loops, checkpoint resume, status/log inspection, and rollback/worktree isolation patterns for reliable progress.
  • Collaboration workflow: Delegate git push/PR operations to @github-devops while coordinating QA feedback via @qa, keeping changes safe and compliant.

Quick Start

Activate this agent and implement a story by running: *develop story-X.Y.Z

Frequently Asked Questions about aiox-dev

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

FAQPage Schema
How do I automate full-stack story implementation from planning to testing?

Full-stack story implementation is automated by following a structured workflow: plan subtasks, implement code, run tests, validate quality gates, and update the story record. This ensures reliable execution from start to finish.

How does build orchestration handle recovery when a full-stack deployment fails?

Build orchestration handles recovery through autonomous build loops, checkpoint resume, status inspection, and rollback or worktree isolation patterns. This allows reliable progress tracking and safe recovery when deployment or compilation failures occur.

What is the best way to run pre-commit quality checks and fix critical code issues automatically?

Pre-commit quality checks run via an automated loop that detects CRITICAL code issues and self-heals them before marking stories complete. This reduces manual rework by ensuring code quality gates pass prior to review.

Can I use this agent to push code or create pull requests directly?

No, direct git push or pull request operations are restricted. The workflow delegates these actions to a dedicated devops agent while keeping code changes safe and compliant within the controlled development environment.

When do I need to refactor code using an autonomous build loop?

Autonomous build loops are needed during refactoring when continuous validation is required. The loop orchestrates builds, inspects logs, and applies self-healing quality gates to ensure refactored code passes all verification checks.

Does full-stack debugging support worktree isolation for testing fixes safely?

Yes, full-stack debugging supports worktree isolation patterns and checkpoint resume. This allows testing fixes in isolated environments and rolling back safely without affecting the main development branch.