code-implementation

Implement GitHub issue fixes with structured planning and automated verification.

1|16|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/konflux-ci/.fullsend --skill code-implementation-konflux-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-implementation
Source: https://github.com/konflux-ci/.fullsend/tree/main/skills/code-implementation
Command: npx skills add https://github.com/konflux-ci/.fullsend --skill code-implementation-konflux-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive, step-by-step procedure for implementing code fixes and features based on GitHub issues, ensuring a structured and validated development process.

Core Features & Use Cases

  • Issue Context Gathering: Collects and analyzes the issue description, related comments, and referenced PRs to understand the problem thoroughly.
  • Repository Discovery: Identifies project conventions, build, test, lint, and commit protocols to align implementation with existing standards.
  • Implementation Planning: Guides through analyzing affected files, designing changes, and determining testing strategies before coding.
  • Automated Verification: Executes secret scans, code linters, tests, and builds to validate code quality and security before pushing.

Quick Start

Use this skill to implement a fix for a reported GitHub issue by systematically analyzing context, planning changes, and verifying correctness through automated tools.

Frequently Asked Questions about code-implementation

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

FAQPage Schema
How do I implement code changes for a GitHub issue without missing project conventions?

Implementing code changes for a GitHub issue requires discovering repository conventions, planning affected files, and running automated tests. This skill provides structured guidance to analyze issue context, design changes, and validate code quality before pushing.

What is the best way to ensure my GitHub contribution passes automated verification and linting?

The best way to ensure your GitHub contribution passes verification is executing automated secret scans, code linters, tests, and builds. This skill validates code quality and security against repo protocols before you push changes.

How does issue context gathering work for resolving GitHub bug reports?

Issue context gathering works by collecting and analyzing the GitHub issue description, related comments, and referenced PRs. This ensures you thoroughly understand the problem before planning and implementing the code fix.

Can I use this guided implementation workflow for any GitHub repository?

You can use this guided implementation workflow for GitHub projects to identify build, test, lint, and commit protocols. It aligns your implementation with existing repository standards for robust contribution workflows.

Why does my code implementation fail the automated verification step before pushing to GitHub?

Your code implementation may fail automated verification if it does not adhere to repository conventions or triggers secret scans, code linters, or build failures. This skill guides you through executing these checks to validate correctness beforehand.