aiox-dev

Standardize full stack development workflows for code implementation, debugging, refactoring, and test validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the inefficiencies of ad-hoc full stack development by providing a standardized, best-practice-driven workflow for implementing user stories, debugging issues, refactoring code, and running validations, reducing rework and ensuring consistent code quality.

Core Features & Use Cases

  • Standardized Story Implementation: Follow a structured workflow to implement user stories from assignment to ready-for-review status, ensuring all tasks, subtasks, and tests are completed as required.
  • Automated Quality Assurance: Integrate pre-commit CodeRabbit reviews and self-healing loops to catch critical code issues before QA review, minimizing rework.
  • Use Case: A developer assigned a new user story for a payment processing endpoint can use this Skill to implement the code, write unit tests, run all validations, fix any critical issues automatically, and mark the story ready for review without manual overhead.

Quick Start

Use the aiox-dev skill to implement the user story 'story-2.1.4-add-payment-endpoint' from your docs/stories/ folder, run all tests, and mark it ready for review once all validations pass.

Frequently Asked Questions about aiox-dev

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

FAQPage Schema
How do I standardize full stack development workflows for user story implementation?

Standardize full stack development workflows by applying a structured agent to implement user stories, write tests, run validations, and mark stories ready for review. This enforces consistent code quality and reduces manual overhead across development teams.

Can I automate pre-commit code quality checks and self-healing issue resolution?

Automated pre-commit code quality checks and self-healing issue resolution are supported through integrated reviews and recovery rollback mechanisms. Critical code issues are caught and fixed automatically before QA review, minimizing rework and ensuring code quality.

What is the best way to manage technical debt and code refactoring in autonomous build pipelines?

Manage technical debt and code refactoring in autonomous build pipelines by orchestrating isolated worktrees for safe modifications. The standardized workflow applies best practices to debug issues, refactor code, and validate changes before merging.

Does this workflow support cross-agent collaboration for push and PR operations?

Cross-agent collaboration for push and PR operations is supported within the autonomous build pipeline. This enables multiple agents to coordinate code implementation, run validations, and handle recovery rollback mechanisms during pull request operations.

How do I implement a payment processing endpoint with automated test validation?

Implement a payment processing endpoint with automated test validation by following the structured workflow to write code, run unit tests, and pass all validations. Critical issues are automatically fixed through self-healing loops before marking the story ready for review.