keel-wrap

Automate GitHub issue workflow completion with gate checks, commits, and pull requests.

4|Updated May 23, 2026
One-click install
npx skills add https://github.com/berkayturanci/keel --skill keel-wrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: keel-wrap
Source: https://github.com/berkayturanci/keel/tree/main/.agents/skills/keel-wrap
Command: npx skills add https://github.com/berkayturanci/keel --skill keel-wrap

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the workflow completion process for GitHub issues, including running gates, committing, pushing, opening pull requests, and recording session recaps.

Core Features & Use Cases

  • Automated Workflow Execution: Executes a series of steps to complete a GitHub issue workflow.
  • Config-driven: Reads project-specific configurations from .keel/project.yaml.
  • Session Recap: Appends a session recap to the project's session log.

Quick Start

Run the keel wrap command to complete the current work session.

Frequently Asked Questions about keel-wrap

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

FAQPage Schema
How do I automate GitHub issue workflow completion including commits and pull requests?

Automating GitHub issue workflow completion is handled by executing gate checks, commits, pushes, and pull request creation in sequence. This Skill automates that process end-to-end, reading configurations from .keel/project.yaml to streamline project management and code review tasks.

Do I need keel CLI to automate GitHub issue workflows and session recaps?

Yes, the keel CLI is required to automate GitHub issue workflows. You also need a .keel/project.yaml file for project-specific configuration. The tool uses these dependencies to execute gates, push commits, open pull requests, and append session recaps to the project log.

How do I run gate checks and create pull requests for code review automatically?

Running gate checks and creating pull requests automatically is achieved by executing the `keel wrap` command. This triggers a series of automated workflow steps that validate your code, commit changes, push to the remote repository, and open a pull request for code review.

What is the best way to record session recaps for GitHub issue management?

Recording session recaps for GitHub issue management is done automatically by appending a summary to the project's session log. This occurs as the final step in the automated workflow execution after commits, pushes, and pull request creation are completed.

Can I use project management workflow automation without a .keel/project.yaml configuration file?

No, you cannot use this workflow automation without the .keel/project.yaml file. The Skill is config-driven and relies on this specific file to read project-specific configurations required for executing GitHub issue workflows and session recaps.