app-implement

Automate app implementation with git worktree isolation and Codex review.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/aicue --skill app-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-implement
Source: https://github.com/kent013/aicue/tree/main/.claude/skills/app-implement
Command: npx skills add https://github.com/kent013/aicue --skill app-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scripts/setup-worktree.sh, scripts/teardown-worktree.sh, app-codex-review, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the app implementation process by automating worktree setup, code implementation, review, and merge, providing a structured workflow to streamline development.

Core Features & Use Cases

  • Worktree Setup: Automatically sets up worktrees for development, ensuring a separate environment for code changes.
  • Implementation and Review: Automates code implementation and provides a Codex review process to ensure high-quality code.
  • Merge and Cleanup: Handles the merging of changes back into the main branch and cleans up the worktree after implementation.
  • Use Case: Ideal for teams following strict development and code review processes, aiming to maintain a high-quality codebase.

Quick Start

/app-implement T012 --skip-consensus --skip-todo

Frequently Asked Questions about app-implement

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

FAQPage Schema
How do I automate git worktree setup and code review for app implementation?

Automating git worktree setup and code review involves creating an isolated development environment, implementing changes, running a Codex review, and merging back. This Skill automates that entire workflow using dedicated setup and teardown scripts for structured development.

What is the best way to isolate code changes during automated app implementation?

The best way to isolate code changes during automated app implementation is using git worktrees. This approach provides a separate environment for modifications, ensuring the main branch remains stable while code undergoes implementation and Codex review.

Do I need Codex to use automated worktree management for development?

Yes, you need Codex for the code review phase of this automated worktree management workflow. Codex provides code quality assurance, evaluating the implementation before the changes are automatically merged back into the main branch.

How does automated merge handle cleanup after a code review?

Automated merge handles cleanup by integrating the reviewed changes back into the main branch and then executing a teardown script. This removes the temporary worktree, ensuring a clean repository state after the app implementation process completes.

Can I skip the consensus and todo steps when running an app implementation task?

Yes, you can skip consensus and todo steps during an app implementation task by using specific flags. Running the command with skip-consensus and skip-todo parameters streamlines the workflow when those specific checks are not required.