agent-dev

Manage GitHub and Vercel DevOps actions with permission-aware routing.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Handy369/passto-pi-frame --skill agent-dev-handy369
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-dev
Source: https://github.com/Handy369/passto-pi-frame/tree/main/skills/agent-dev
Command: npx skills add https://github.com/Handy369/passto-pi-frame --skill agent-dev-handy369

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about agent-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub pull request triage and code review summarization?

Automate GitHub pull request triage by listing, inspecting, and commenting on PRs to generate risk and change summaries. This requires YAML-frontmatter-based skill routing to apply permission-aware read behavior and platform reference-driven tool execution for deterministic review outcomes.

Can I trigger GitHub Actions workflows and check CI/CD status programmatically?

Yes, you can trigger GitHub Actions workflows by dispatching events, inspecting runs and jobs, canceling active runs, and re-running failed jobs. This CI/CD management enforces correct routing between GitHub actions and Vercel deployment methods for deterministic external execution.

What is the best way to deploy a project to Vercel and get a preview link first?

The best way to deploy to Vercel is using a preview-first deployment policy that selects the best available method and returns a preview URL for confirmation. This Vercel deployment automation includes a fallback for environments lacking authentication.

Does this DevOps approach support navigating GitHub repositories and inspecting commit history?

Yes, this DevOps approach supports exploring GitHub repositories, browsing branches, reading files, and inspecting commit history and file blame. These repository and code navigation features apply permission-aware read behavior to support code reviews.

How do I manage GitHub gists for sharing small code artifacts?

Manage GitHub gists by creating, updating, deleting, and commenting on them to share small code artifacts. This gist lifecycle management uses platform reference-driven tool execution to ensure deterministic external actions within your DevOps workflow.