jikime-workflow-pr-lifecycle

Automate pull request creation, CI monitoring, review resolution, and merging.

5|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-pr-lifecycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jikime-workflow-pr-lifecycle
Source: https://github.com/jikime/jikime-adk/tree/main/templates/.claude/skills/jikime-workflow-pr-lifecycle
Command: npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-pr-lifecycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the entire lifecycle of a pull request, from its initial creation through continuous integration monitoring, review comment resolution, and final merging, significantly streamlining the development workflow.

Core Features & Use Cases

  • Automated PR Creation: Generates pull requests with structured descriptions and conventional commit titles.
  • CI Monitoring: Actively monitors CI checks, diagnosing failures and attempting automated fixes.
  • Review Resolution: Manages the review process by categorizing comments, applying fixes, and re-requesting reviews.
  • Use Case: A developer can initiate this skill to create a PR for a new feature. The skill will then ensure all CI checks pass, handle any feedback from reviewers, and finally merge the PR once approved, all with minimal human intervention.

Quick Start

Use the jikime-workflow-pr-lifecycle skill to automate the pull request process for your current branch.

Frequently Asked Questions about jikime-workflow-pr-lifecycle

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

FAQPage Schema
How do I automate the entire pull request lifecycle from creation to merge?

Automating the pull request lifecycle involves creating PRs with structured descriptions, monitoring CI checks, resolving review comments, and merging once approved. This skill handles all these stages automatically, ensuring quality standards are met before merging with minimal human intervention.

Can CI check failures be diagnosed and fixed automatically during code review?

Yes, CI check failures can be diagnosed and automatically fixed during code review. The skill actively monitors continuous integration runs, diagnoses failures, and attempts automated fixes for linting and test failures to ensure PRs meet quality standards.

How do I generate structured PR descriptions and conventional commit titles?

Generating structured PR descriptions and conventional commit titles is handled during automated PR creation. The skill automatically formats these elements when initiating a pull request for your current branch, ensuring consistent and standardized commit history.

What is the best way to manage iterative review comment addressing on GitHub?

Managing iterative review comment addressing on GitHub requires categorizing feedback, applying fixes, and re-requesting reviews. This skill automates the review resolution process by structuring comments, applying necessary changes, and iteratively handling feedback until approval.

Does this PR automation workflow work without external dependencies?

Yes, this PR automation workflow operates without external dependencies. The skill manages the complete pull request process, including CI monitoring and review resolution, without requiring additional components or libraries to function within your development environment.

When should I not use automated pull request merging for my codebase?

Automated pull request merging may not suit codebases requiring manual quality gates or complex architectural reviews. While the skill handles linting, test failures, and standard review comments, highly subjective design feedback or intricate merge conflicts may still need human intervention.