ワンクリックで
ai-new-project
Stand up a new repository with standard quality gates, CI/CD pipeline, and configuration files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Stand up a new repository with standard quality gates, CI/CD pipeline, and configuration files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | ai-new-project |
| description | Stand up a new repository with standard quality gates, CI/CD pipeline, and configuration files. |
| argument-hint | [repo-name] |
Create a new standardized repository: $ARGUMENTS
Tool-first project bootstrap. Use ai-shell for scaffolding and ai-tools for deterministic workflow and standards behavior.
Collect:
$ARGUMENTS when provided)library or service (use workspace only when intentionally creating a coordinator repo)private or public)Use gh to create and clone the repo.
For service repos, create and push a development branch (dev/develop/staging) based on team convention.
Create the baseline project skeleton for the selected ecosystem, then run package manager initialization commands.
Do not manually encode the full standards policy in this skill. Keep local scaffolding minimal and delegate standards rules to ai-tools standardize.
Run ai-shell initialization with the selected repo type and target tools:
ai-shell init --library
ai-shell init --service
ai-shell init --workspace
ai-tools standardizeRun:
ai-tools standardize detect --json
ai-tools standardize audit --json
ai-tools standardize fix --write --json
ai-tools standardize verify --json
If the user asks for audit-only mode, skip fix and stop after audit.
For normal repos, confirm:
ai-tools repo status --json worksai-tools repo branch prepare --json is the branch-prep entrypointai-tools repo submit --json is the submit entrypointFor workspace repos, confirm:
ai-tools mono status --json worksai-tools mono ...Commit the scaffold with a conventional commit and push to remote.
For service repos, ensure branch strategy is explicit (dev -> main) before starting feature work.
gh not authenticated: ask user to run gh auth login.ai-tools missing commands: report exact missing subcommand and continue with the closest available audit/status command.Initialize ai-shell for a new repo or workspace and choose the correct repo type and tool setup.
Monitor CI pipeline after push, diagnose failures, auto-fix and re-push. Use after submitting work, or asking 'check the build' or 'how's the pipeline'.
Stand up a new repository with standard quality gates, CI/CD pipeline, and configuration files.
Find, analyze, and recommend GitHub issues to work on. Use when looking for issues, or asking 'what should I work on next'.
Create a feature branch from the correct base (dev or main), sync release bumps, and set up remote tracking. Use when starting work on an issue or saying 'start working on'.
Promote staging (dev) to production (main) by creating an automerge PR. Use when dev/staging is ready for release, or saying 'release to production'.