implement

Implement GitHub issues end-to-end with verification, code validation, and PR management.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/Svendsys/agent-skills --skill implement-svendsys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Svendsys/agent-skills/tree/main/skill-analysis/vision-align/harness/fixtures/meta/skills/implement
Command: npx skills add https://github.com/Svendsys/agent-skills --skill implement-svendsys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures a streamlined approach to implementing GitHub issues from start to finish, including verification, code development, PR opening, and monitoring.

Core Features & Use Cases

  • Issue Verification: Confirm blockers are resolved before proceeding.
  • Code Development: Adhere to project conventions while developing new features or fixes.
  • Verification & Shipping: Run gates and verify changes for correctness before opening a PR.
  • PR Management: Open a PR that closes the issue and stay updated with comments.

Quick Start

Use the 'implement' skill after reviewing the 'ready-for-agent' issue, confirming all blockers, and building the solution according to project conventions. After testing and verifying, open a PR with the /address-pr-comments command.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate GitHub issue implementation from start to finish?

To automate GitHub issue implementation, you verify blockers are resolved, develop code adhering to project conventions, validate the changes, and open a PR that closes the issue using GitHub's API operations.

What is the development workflow for turning a ready issue into a merged PR?

The development workflow involves confirming a ready-for-agent issue has no blockers, building the solution according to project conventions, running validation gates for correctness, and opening a PR. You can then monitor and address PR comments using the /address-pr-comments command.

Can I use scripts to manage GitHub PR operations and issue verification?

Yes, scripts are utilized to manage GitHub PR operations and issue verification. They interact with GitHub's API to confirm blockers are resolved before proceeding and to handle PR operations like opening pull requests that close the targeted issue.

Does this implementation process check for issue blockers before code development?

Yes, the implementation process includes an issue verification step that confirms all blockers are resolved before proceeding with code development. This ensures the development workflow only continues when the issue is truly ready.

How do I address PR comments after opening a pull request for a GitHub issue?

After opening a PR that closes the GitHub issue, you address PR comments by using the /address-pr-comments command. This allows you to stay updated with reviewer feedback and ensure the pull request meets all validation gates.

What are the limitations of using an automated workflow for GitHub issue implementation?

This workflow assumes a standard development environment and relies on GitHub's API for issue and PR operations. It requires project conventions to be established beforehand and depends on resolving all issue blockers before the automated code implementation can proceed.