aiox-dev

Execute ordered software story tasks with verification and quality gates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aiox-dev helps you implement and debug software story tasks with strong guardrails, verification, and consistent development workflows.

Core Features & Use Cases

  • Story-based implementation: Execute the ordered development workflow to complete assigned story tasks and subtasks.
  • Testing and verification: Run linting/tests and verify subtask completion before progressing to review-ready status.
  • Quality enforcement with CodeRabbit: Perform pre-commit code quality checks and optional self-healing for critical issues.
  • Collaboration-safe operations: Keeps git push/PR operations restricted to the designated devops agent.

Quick Start

Run a story implementation by providing the story id: *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 implement software stories with automated verification and quality gates?

Story implementation with automated verification executes ordered development tasks and subtasks while enforcing linting, testing, and quality gates before progressing to review-ready status. It ensures deterministic development workflows with recovery and rollback mechanisms for failed subtasks.

What is pre-commit code review with CodeRabbit for development workflows?

Pre-commit code review with CodeRabbit performs automated code quality checks during story implementation and optionally self-heals critical issues. It enforces quality standards before changes are handed off to QA and devops for restricted git push and PR operations.

Can I use this development workflow for debugging and refactoring existing code?

Debugging and refactoring are supported development scenarios alongside code implementation and test execution. The workflow enforces verification gates and restricted git operations to ensure deterministic recovery and rollback during subtask execution for all these tasks.

Does the workflow restrict git push and PR operations during story implementation?

Git push and PR operations are restricted to the designated devops agent during story implementation. Collaboration-safe operations keep code changes isolated until pre-commit CodeRabbit reviews and subtask verifications are complete before handoff.

How do I handle failed subtasks during story implementation with rollback mechanisms?

Failed subtasks trigger recovery and rollback mechanisms built into the deterministic development workflow. The story implementation process enforces verification and quality gates at each step, ensuring that incomplete or failing subtasks do not progress to review-ready status.