Verify create-issue agent skill workflow
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 783
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 36
Description
## Development Task
This is a test issue to verify the `create-issue` agent skill works correctly end-to-end.
**Context:** PR https://github.com/tikv/pd/pull/10431 adds a new `create-issue` skill under `.agents/skills/create-issue/`. This issue validates that:
- The skill correctly identifies the repo and authenticates via `gh`.
- Duplicate search runs before drafting.
- The correct template (`development-task`) is selected and its headings are preserved.
- Labels from the template frontmatter (`type/development`) are passed correctly.
- The issue is created successfully via `gh issue create --body-file`.
**Action:** Close this issue once verification is complete. It is a test artifact and carries no production impact.
Contributor guide
Assessment
This issue has not been assessed yet.