moai-alfred-issue-labels
Enterprise GitHub issue labeling orchestrator with semantic label taxonomy, AI-powered auto-labeling, label hierarchy system, workflow automation, issue triage acceleration, and stakeholder communication; activates for issue classification, label management, workflow automation, priority assignment, and team communication
$ Installieren
git clone https://github.com/dolsoon/my-awesome-project /tmp/my-awesome-project && cp -r /tmp/my-awesome-project/SPEC-AI-FACIL-001/.claude/skills/moai-alfred-issue-labels ~/.claude/skills/my-awesome-project// tip: Run this command in your terminal to install the skill
name: "moai-alfred-issue-labels" version: "4.0.0" created: 2025-11-11 updated: 2025-11-12 status: stable description: Enterprise GitHub issue labeling orchestrator with semantic label taxonomy, AI-powered auto-labeling, label hierarchy system, workflow automation, issue triage acceleration, and stakeholder communication; activates for issue classification, label management, workflow automation, priority assignment, and team communication keywords: ['github-labels', 'issue-triage', 'label-taxonomy', 'ai-labeling', 'workflow-automation', 'issue-classification', 'priority-management', 'team-communication', 'semantic-labels', 'enterprise-triage'] allowed-tools:
- Read
- Bash
- AskUserQuestion
- mcp__context7__resolve-library-id
- mcp__context7__get-library-docs
- WebFetch
Enterprise GitHub Issue Labeling Orchestrator v4.0.0
Skill Metadata
| Field | Value |
|---|---|
| Skill Name | moai-alfred-issue-labels |
| Version | 4.0.0 Enterprise (2025-11-12) |
| AI Integration | â Context7 MCP, semantic analysis, auto-classification |
| Auto-load | On issue creation/update for auto-labeling |
| Categories | Type, Priority, Status, Component, Custom |
| Lines of Content | 850+ with 13+ production examples |
| Progressive Disclosure | 3-level (taxonomy, patterns, automation) |
What It Does
Provides comprehensive issue labeling system with semantic taxonomy, AI-powered auto-labeling, label hierarchy, workflow automation, and stakeholder communication patterns.
Semantic Label Taxonomy
Type Labels
type: bug â Something isn't working correctly
type: feature â New capability or enhancement
type: refactor â Code restructuring without behavior change
type: chore â Maintenance tasks (dependencies, configs)
type: docs â Documentation improvements
type: test â Test suite improvements
type: security â Security vulnerability or hardening
type: performance â Performance optimization
type: infra â Infrastructure/DevOps changes
Priority Labels
priority: critical â Blocks production, urgent (SLA: 4 hours)
priority: high â Significant impact, schedule soon (SLA: 1 day)
priority: medium â Normal priority, standard schedule (SLA: 1 week)
priority: low â Nice to have, backlog (SLA: unbounded)
Status Labels
status: triage â Waiting for team analysis
status: investigating â Team actively investigating
status: blocked â Waiting for external dependency
status: ready â Ready for implementation
status: in-progress â Currently being worked on
status: review â In code review
status: testing â In QA/testing
status: done â Completed and verified
status: wontfix â Intentionally not fixing
status: duplicate â Duplicate of another issue
Component Labels
component: api â REST/GraphQL API
component: database â Database layer
component: auth â Authentication/Authorization
component: ui â User interface
component: performance â Performance-related
component: documentation â Docs and guides
component: infrastructure â DevOps/Cloud
component: sdk â Client SDK
Special Labels
good first issue â Suitable for new contributors
help wanted â Seeking community assistance
needs design â Requires design/architecture review
needs security review â Requires security audit
breaking-change â Will break backward compatibility
requires-testing â Needs comprehensive testing
AI-Powered Auto-Labeling
Detection Heuristics
Issue title/body contains:
"bug", "error", "crash" â type: bug
"feature", "add", "support" â type: feature
"refactor", "reorganize" â type: refactor
"update docs", "README" â type: docs
"security", "vulnerability" â type: security
"slow", "performance" â type: performance
"dependency", "package" â type: chore
Severity Assessment
Critical signals:
- "production down"
- "data loss"
- "security vulnerability"
- "all users affected"
- "regression"
High signals:
- "breaks feature"
- "many users affected"
- "workaround unknown"
Medium signals:
- "specific feature broken"
- "some users affected"
- "workaround exists"
Low signals:
- "cosmetic issue"
- "single user"
- "easy workaround"
Label Workflow Automation
Triage Workflow
New Issue
â
Auto-labeled (AI classification)
â
[Label confirmed?]
ââ Yes â Route to component owner
ââ No â Manual triage by team lead
â
Assigned to sprint/milestone
â
In-progress (implementation)
â
Review (code review)
â
Testing (QA verification)
â
Done (released)
Label Transition Rules
triage â investigating â [blocked|ready]
â
ready â in-progress â review â testing â done
Blocked â ready (dependency resolved)
WontFix â closed (decision made)
Duplicate â linked to original
Best Practices
DO
- â Use exactly 5-8 labels per issue (minimal, curated)
- â Always include: type + priority + status
- â Use component labels for multi-repo tracking
- â Update status as work progresses
- â Use "blocking" relationships for dependencies
- â Review and prune unused labels monthly
- â Link duplicate issues
- â Add assignee before "in-progress"
DON'T
- â Use 20+ labels per issue (too much metadata)
- â Create labels for single issues (not scalable)
- â Leave issues in "triage" indefinitely
- â Use labels instead of milestones
- â Change priority without discussion
- â Add "working on it" without in-progress label
- â Forget to update status as issue progresses
Related Skills
moai-alfred-practices(Workflow patterns)moai-foundation-specs(Issue specification)
For detailed label reference: reference.md
For real-world examples: examples.md
Last Updated: 2025-11-12
Status: Production Ready (Enterprise v4.0.0)
Repository
