implement

Coordinate end-to-end implementation workflows from issue understanding through PR merge.

20|4|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/nbramia/LifeOS --skill implement-nbramia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/nbramia/LifeOS/tree/main/.agents/skills/implement
Command: npx skills add https://github.com/nbramia/LifeOS --skill implement-nbramia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end delivery of software tasks by translating user requests (issues or freeform tasks) into a complete PR lifecycle, from planning to merge, with tests and reviews integrated.

Core Features & Use Cases

  • End-to-end lifecycle: scope, plan, branch, implement, test, review, merge, and close related issues.
  • Enforce repository guidelines: align with AGENTS.md and project standards, run tests, and verify changes before PR creation.
  • Use cases: converting a user-reported issue (#123) into a ready-to-ship PR with automated checks and traceability.

Quick Start

Provide a full lifecycle implementation for the user's task, from planning to merge.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate the end-to-end workflow from GitHub issue to PR merge?

To automate the end-to-end workflow from GitHub issue to PR merge, this Skill coordinates the full lifecycle: scoping, planning, branching, testing, implementing, opening a PR, and merging. It translates user-reported issues into ready-to-ship PRs with integrated checks.

What is the best way to enforce repository guidelines during code implementation?

The best way to enforce repository guidelines during code implementation is using provided AGENTS.md guidance. This Skill aligns with project standards, runs repository tests, verifies changes, and ensures safe, incremental updates before creating a PR.

Can I convert a user-reported GitHub issue into a ready-to-ship PR automatically?

Yes, you can convert a user-reported GitHub issue into a ready-to-ship PR automatically. This Skill handles the complete implementation workflow, ensuring automated checks, traceability, and alignment with repo guidelines from issue understanding through PR merge.

How do I ensure safe incremental changes when implementing new code?

To ensure safe incremental changes when implementing new code, this Skill follows a structured lifecycle of scoping, planning, branching, and testing. It enforces repository guidelines and runs tests to verify changes before opening a PR for review.

Does this issue-to-PR workflow tool require specific dependencies to run?

No, this issue-to-PR workflow tool requires no specific external dependencies to run. It operates independently to manage the implementation lifecycle, relying on provided AGENTS.md guidance and repository standards to verify changes and merge PRs.