oss:solution-implementation

Convert OSS issue analysis into tested code following project standards.

2|1|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/devkade/collaborator --skill oss-solution-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oss:solution-implementation
Source: https://github.com/devkade/collaborator/tree/main/skills/oss-contribution-framework/skills/solution-implementation
Command: npx skills add https://github.com/devkade/collaborator --skill oss-solution-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OSS project work often stalls between analysis and implementation. This Skill provides a structured, standards-aligned workflow to translate a complete issue analysis into production-ready code with tests and documentation.

Core Features & Use Cases

  • Structured planning: Guides implementation planning aligned with CONTRIBUTING.md.
  • TDD-driven development: Encourages test-first cycles to drive design.
  • Compliance and quality checks: Enforces project conventions, documentation, and verification steps.
  • Use Case: When an issue is analyzed in Phase 2, use this Skill to design, implement, and verify code following the project standards.

Quick Start

Start by reviewing Phase 2 results, then outline an implementation plan, write tests, implement code that passes tests, and run local verification using the provided guidelines.

Frequently Asked Questions about oss:solution-implementation

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

FAQPage Schema
How do I turn an open source issue analysis into runnable code that passes project reviews?

To turn an OSS issue analysis into runnable code, follow a structured workflow that enforces CONTRIBUTING.md compliance, uses TDD-driven development cycles, and mandates documentation and verification steps to ensure maintainable, reviewable outcomes.

What is the TDD workflow for implementing open source contributions?

The TDD workflow for open source contributions involves reviewing identified code locations, outlining an implementation plan, writing tests first, writing code that passes those tests, and running local verification aligned with project standards.

How do I ensure my code implementation aligns with an open source project's CONTRIBUTING.md?

To ensure code implementation aligns with CONTRIBUTING.md, use a structured planning phase that extracts project conventions, enforces compliance checks during development, and verifies documentation and testing requirements before submission.

Can I use a test-driven development approach for OSS issues after analysis is complete?

Yes, you can use test-driven development for OSS issues once Phase 2 analysis is finished and code locations are identified, guiding design decisions through test-first cycles and structured verification.

What are the limitations of using automated workflows for OSS code implementation?

Automated workflows for OSS code implementation require a complete Phase 2 issue analysis with identified code locations beforehand, and cannot proceed effectively without established project standards like CONTRIBUTING.md for compliance enforcement.