# Create Vercel AI Issue

> Create a well-formed GitHub issue in vercel/ai using the gh CLI. Use when reporting an AI SDK bug or preparing an issue body that contains logs, code blocks, versions, reproduction steps, and shell-sensitive text.

- Skill: `franciscomoretti/create-vercel-ai-issue` (Agent Skill)
- Install (CLI): `npx skillmds@latest add franciscomoretti/create-vercel-ai-issue`
- Raw SKILL.md: https://api.skillmd.com/api/skills/franciscomoretti/create-vercel-ai-issue/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: franciscomoretti (https://skillmd.com/u/franciscomoretti)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/franciscomoretti/create-vercel-ai-issue

---


# Create a vercel/ai issue

1. Confirm `gh auth status` and inspect `vercel/ai` before writing.
2. Prepare a focused issue with sections for the problem, exact error, package versions, minimal reproduction, expected behavior, and actual behavior.
3. Put complex Markdown in a temporary body file so shell interpolation cannot alter backticks or code blocks.
4. Run `gh issue create -R vercel/ai --title "<title>" --body-file <file>`.
5. Return the created issue URL.

Do not create the external issue unless the user has authorized that write.

