Git
v1.0.0

CI Auto-Fix Loop (`moai-workflow-ci-autofix`)

by @modu-ai0 pulls
URLopenbooklet.com/s/ci-auto-fix-loop-moai-workflow-ci-autofix
Pinnedopenbooklet.com/s/ci-auto-fix-loop-moai-workflow-ci-autofix@1.0.0
APIGET /api/v1/skills/ci-auto-fix-loop-moai-workflow-ci-autofix

21 skills from this repomodu-ai/moai-adk
CI Auto-Fix Loop (`moai-workflow-ci-autofix`)viewing
CI Loop (`moai-workflow-ci-loop`).claude/skills/moai-workflow-ci-loop/SKILL.md

Unified CI watch + auto-fix loop. The orchestrator invokes this skill after `/moai sync` Phase 4 (`gh pr create`) returns a PR number. The skill polls required checks, classifies failures into mechanical vs semantic, attempts safe patches up to 3 iterations, and escalates semantic failures via AskUs

CI Watch Loop (`moai-workflow-ci-watch`)internal/template/templates/.claude/skills/moai-workflow-ci-watch/SKILL.md
Design Workflow (`moai-workflow-design`).claude/skills/moai-workflow-design/SKILL.md

Unified `/moai design` workflow skill. Handles two complementary responsibilities:

harness-moaiadk-best-practices.claude/skills/harness-moaiadk-best-practices/SKILL.md

moai-adk-go best-practices reference for the 4 harness specialists (cli-template-specialist, quality-specialist, workflow-specialist, hook-ci-specialist). Covers TRUST 5 gates, Go test isolation (t.TempDir, no OTEL env in parallel tests), hardcoding-prevention rules (env constants in envkeys.go, thresholds in defaults.go), the AskUserQuestion orchestrator-only boundary, the deferred-tool preload rule, the archived-agent rejection contract, and verification-claim integrity. Loaded by the specialists when authoring or reviewing moai-adk-go code.

MoAI Extension: Progressive Disclosure.claude/skills/moai-domain-humanize/SKILL.md

progressive_disclosure: enabled: true level1_tokens: 100 level2_tokens: 5000

moai-design-craftinternal/template/templates/.claude/skills/moai-design-craft/SKILL.md

Intent-First design craft specialist covering design direction, domain vocabulary, design memory, and post-build critique. Use when establishing design intent or auditing code against design principles.

moai-design-system.claude/skills/moai-design-system/SKILL.md

Unified design system specialist integrating Intent-First design craft, UI/UX foundations (accessibility, design tokens, component architecture), and Pencil MCP tool integration. Absorbed from moai-design-craft, moai-domain-uiux, and moai-design-tools (Pencil portion). Use when establishing design intent, building design systems, or rendering Pencil designs.

moai-design-tools.moai/archive/skills/v3.0/moai-design-tools/SKILL.md

Design tool integration specialist covering Figma MCP, Pencil renderer, and Pencil-to-code export. Use when fetching design context from Figma, rendering Pencil designs, or exporting to React/Tailwind code.

moai-docs-generation.moai/archive/skills/v3.0/moai-docs-generation/SKILL.md

Documentation generation patterns for technical specs, API docs, user guides, and knowledge bases using real tools like Sphinx, MkDocs, TypeDoc, and Nextra. Use when creating docs from code, building doc sites, or automating documentation workflows.

moai-domain-brand-design.moai/backups/legacy-cleanup-2026-05-23T103929Z/.claude/skills/moai-domain-brand-design/SKILL.md

Brand-aligned visual design system specialist for web projects. Enforces hero-first layout chaining, WCAG 2.1 AA accessibility, Lighthouse >= 80, and design token extraction from brand identity files. Covers color palettes, typography, spacing, and component specifications.

moai-domain-database.moai/archive/skills/v2.16/moai-domain-database/SKILL.md

Database specialist covering PostgreSQL, MongoDB, Redis, Oracle, and cloud database platforms (Neon, Supabase, Firestore). Use for schema design, query optimization, indexing strategies, data modeling, or cloud database selection. Cloud vendor guide absorbed from moai-platform-database-cloud.

moai-domain-db-docs.claude/skills/moai-domain-db-docs/SKILL.md

Parses DB migration files (Prisma, Alembic, Rails, raw SQL) and keeps .moai/project/db/schema.md, erd.mmd, migrations.md in sync. Powers the PostToolUse hook and /moai db refresh/verify subcommands.

moai-domain-frontend.moai/archive/skills/v2.16/moai-domain-frontend/SKILL.md

Frontend development specialist covering React 19, Next.js 16, Vue 3.5, and modern UI/UX patterns with component architecture. Use when building web UIs, implementing components, optimizing frontend performance, or integrating state management.

moai-domain-mobileinternal/template/templates/.claude/skills/moai-domain-mobile/SKILL.md

Mobile native and cross-platform development domain skill covering iOS native (Swift/SwiftUI), Android native (Kotlin/Jetpack Compose), React Native, and Flutter. Use when implementing mobile features or selecting between mobile paradigms. Harness seed: invoke builder-skill for deep sub-skills.

moai-foundation-cc.claude/skills/moai-foundation-cc/SKILL.md

Canonical Claude Code authoring kit covering Skills, sub-agents, plugins, slash commands, hooks, memory, settings, sandboxing, headless mode, and advanced agent patterns. Use when creating Claude Code extensions or configuring Claude Code features.

moai-foundation-philosopher.moai/archive/skills/v3.0/moai-foundation-philosopher/SKILL.md

Strategic thinking framework integrating First Principles Analysis, Stanford Design Thinking, and MIT Systems Engineering for deeper problem-solving. Use for architecture decisions or root cause analysis.

moai-harness-cli-template.moai/backups/harness-namespace-cleanup-2026-05-24T18-53-53Z/.claude/skills/moai-harness-cli-template/SKILL.md

CLI/Template domain knowledge for moai-adk-go covering cobra commands, go:embed template system, YAML config, and template rendering pipeline.

moai-harness-hook-ciinternal/template/templates/.claude/skills/moai-harness-hook-ci/SKILL.md

Hook/CI domain knowledge for moai-adk-go covering shell hook patterns, PostToolUse/SessionStart events, GitHub Actions workflows, CI pipeline structure, and release automation.

moai-harness-learnerinternal/template/templates/.claude/skills/moai-harness-learner/SKILL.md

Harness learning subsystem coordinator. Surfaces Tier 4 auto-update proposals via AskUserQuestion and orchestrates Apply/Rollback flows. Triggers when harness learning proposals are pending or learning lifecycle management is needed.

moai-harness-workflow.claude/skills/moai-harness-workflow/SKILL.md

SPEC Workflow domain knowledge for moai-adk-go covering SPEC document structure, EARS format requirements, plan-run-sync pipeline, MX tag protocol, and acceptance criteria.

Auto-indexed from modu-ai/moai-adk

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0