AgentSkillsCN

issue-create

为Linear问题正确分配负责人并添加相应标签

SKILL.md
--- frontmatter
name: issue-create
allowed-tools: Read, Bash, TodoWrite, mcp__Linear__*
description: Create Linear issues with proper assignment and labeling

/issue-create — Create Linear issues

Create Linear issues with proper assignment and labeling.

Default Assignment

Assign all issues to shunkakinoki.

Labels

CategoryLabels
PrimaryBug, Enhancement, Documentation
StatusDuplicate, Invalid, Wontfix, Question
AutomationDependencies, Dependabot, Renovate, Automerge
OtherGood First Issue, Help Wanted

Issue Structure

markdown
## Problem
[User-facing impact or goal]

## Acceptance Criteria
- [ ] Condition 1
- [ ] Condition 2

## Technical Notes
[Implementation hints, specs, affected services]

## Testing
[Validation steps]

Guidelines

  • Apply one primary label (Bug/Enhancement/Documentation)
  • Cross-link related GitHub issues/PRs
  • Close only after verifying acceptance criteria