ワンクリックで
moai-alfred-issue-labels
GitHub issue label configuration, label taxonomy, and workflow automation mapping for MoAI-ADK projects
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
GitHub issue label configuration, label taxonomy, and workflow automation mapping for MoAI-ADK projects
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
19-agent team structure, decision trees for agent selection, Haiku vs Sonnet model selection, and agent collaboration principles. Use when deciding which sub-agent to invoke, understanding team responsibilities, or learning multi-agent orchestration.
Guide Alfred sub-agents to actively invoke AskUserQuestion for ambiguous decisions.
Master-Clone pattern implementation guide for complex multi-step tasks with full project context
Systematic code review guidance and automation. Apply TRUST 5 principles, check code quality, validate SOLID principles, identify security issues, and ensure maintainability. Use when conducting code reviews, setting review standards, or implementing review automation.
.moai/config.json official schema documentation, structure validation, project metadata, language settings, and configuration migration guide. Use when setting up project configuration or understanding config.json structure.
Claude Code context window optimization strategies, JIT retrieval, progressive loading, memory file patterns, and cleanup practices. Use when optimizing context usage, managing large projects, or implementing efficient workflows.
| name | moai-alfred-issue-labels |
| version | 1.1.0 |
| created | "2025-11-05T00:00:00.000Z" |
| updated | "2025-11-05T00:00:00.000Z" |
| status | active |
| description | GitHub issue label configuration, label taxonomy, and workflow automation mapping for MoAI-ADK projects |
| keywords | ["github","issues","labels","workflow","taxonomy","automation"] |
| allowed-tools | ["Read","Bash"] |
| Field | Value |
|---|---|
| Skill Name | moai-alfred-issue-labels |
| Version | 1.1.0 (2025-11-05) |
| Status | Active |
| Tier | Alfred |
| Purpose | Standardize GitHub issue labeling and workflow automation |
Provides comprehensive GitHub issue label configuration, taxonomy management, and workflow automation mapping for MoAI-ADK projects. Ensures consistent issue categorization and priority management across all repositories.
Key capabilities:
Automatic triggers:
/alfred:9-feedbackManual reference:
--bug)Primary Labels: bug, reported
Priority Labels:
priority-critical - System down, data loss riskpriority-high - Major feature brokenpriority-medium - Normal bug (default)priority-low - Minor issue, cosmeticUsage Pattern:
/alfred:9-feedback --bug --priority-high "Login system broken"
--feature)Primary Labels: feature-request, enhancement
Priority Labels:
priority-critical - Blocking, must implement immediatelypriority-high - Important featurepriority-medium - Normal priority (default)priority-low - Nice to haveUsage Pattern:
/alfred:9-feedback --feature --priority-medium "Add dark mode support"
--improvement)Primary Labels: improvement, enhancement
Priority Labels:
priority-critical - Critical refactoring neededpriority-high - Important improvementpriority-medium - Normal priority (default)priority-low - Technical debt, can wait--question)Primary Labels: question, help-wanted, discussion
Usage Patterns:
Critical Priority:
High Priority:
Medium Priority:
Low Priority:
/alfred:9-feedback Command Integration# Create bug report with automatic labeling
/alfred:9-feedback --bug --priority-high "Critical issue description"
# Create feature request
/alfred:9-feedback --feature --priority-medium "Feature description"
# Create improvement suggestion
/alfred:9-feedback --improvement --priority-low "Improvement idea"
✅ DO:
❌ DON'T:
# Primary type labels
bug, feature-request, improvement, question, documentation
# Priority labels
priority-critical, priority-high, priority-medium, priority-low
# Status labels
needs-triage, in-progress, blocked, ready-for-review, done
# Team labels
team-frontend, team-backend, team-devops, team-docs
# Component labels
component-ui, component-api, component-database, component-auth
# Type-specific labels
performance, security, accessibility, testing, refactoring
Label Compliance Rate: Target >95%
Automation Success Rate: Target >90%
Learn more in reference.md for complete label definitions, automation workflows, and team configuration details.
Related Skills:
moai-alfred-workflow - Issue workflow managementmoai-alfred-agent-guide - Team coordinationmoai-foundation-specs - Requirements management