aiox-dev

Execute full stack feature stories with ordered tasks, validations, and quality gates.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill aiox-dev-elevaria-bia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-dev
Source: https://github.com/Elevaria-bia/elevaria-bia.github.io/tree/main/meu-projeto/.claude/skills/AIOX/agents/dev
Command: npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill aiox-dev-elevaria-bia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It accelerates full-stack development by providing a ready, guardrailed agent workflow for implementing features, debugging issues, refactoring safely, and running validations without drifting off-spec.

Core Features & Use Cases

  • Story-driven implementation: Implements assigned work based on story tasks while following strict execution order and completion rules.
  • Quality gate automation: Runs CodeRabbit pre-commit quality checks and can self-heal CRITICAL issues during the story-completion workflow.
  • Build orchestration and recovery: Supports autonomous build loops with checkpoints, status inspection, logs, and resume/cleanup.
  • Development safety constraints: Prevents unauthorized git push/PR actions and enforces user confirmation/guardrails for risky steps.

Quick Start

Activate the dev agent to 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 feature story implementation without drifting off spec?

Full-stack story implementation is automated through story-task execution with strict ordering rules and deterministic subtask execution. This enforces quality gates and completion rules to prevent spec drift during development.

How does CodeRabbit pre-commit integration work for code quality validation?

CodeRabbit pre-commit integration runs automated quality checks during the story-completion workflow. It can self-heal CRITICAL issues automatically, enforcing validation gates before code finalization.

Can I run autonomous build loops with recovery for development pipelines?

Autonomous build loops with recovery are supported in development pipelines. The system provides checkpoints, status inspection, logs, and resume/cleanup capabilities to manage and recover builds.

What are the git operation restrictions for safe development workflows?

Safe development workflows restrict unauthorized git push and pull request actions. The system enforces user confirmation and activation guardrails for risky steps to maintain safety constraints.

How do I start implementing an assigned story task using the develop command?

Implementing an assigned story task starts by activating the dev agent with the command 'develop story-X.Y.Z'. This triggers story-driven implementation with ordered execution and validation gates.

Does autonomous code refactoring require manual validation steps?

Autonomous code refactoring does not require manual validation steps because quality gate automation runs CodeRabbit pre-commit checks and self-heals CRITICAL issues during the story-completion workflow autonomously.