What problem does it solve?
agent-dev reduces the time and coordination required to manage developer-platform work like PR/Issue triage, GitHub Actions/Workflow operations, and Vercel deployments by turning requests into the correct platform-specific actions with guardrails.
Core Features & Use Cases
- GitHub PR operations: list, inspect, comment, create, and merge pull requests with appropriate permission expectations.
- GitHub Issue triage: list, view, create, comment, and close issues for maintenance and tracking workflows.
- Repository and code navigation: explore repositories, browse branches, read files, and inspect commit history and file blame to support reviews.
- Workflow/CI management: list workflows, inspect runs/jobs, trigger dispatch events, cancel runs, and re-run failed jobs.
- Gist lifecycle: create, update, delete, and comment on gists for sharing small code artifacts.
- Vercel deployment automation (preview-first): deploy to Vercel using the best available method and return preview links, with a fallback for environments without authentication.
Use case examples:
- “帮我总结并评估 PR #42 的风险与变更点” (PR inspection + review-oriented summarization).
- “触发这个仓库的 deploy workflow,并把预览链接发我” (Workflow dispatch + deployment result reporting).
- “把当前项目部署到 Vercel,并先给我 preview 链接” (Vercel preview deployment with safety defaults).
Quick Start
Use the agent-dev skill to deploy your app to Vercel in preview mode and return the preview URL for confirmation.