article-review-apply

Apply Zenn review feedback to article bodies and open a PR.

1|Updated Aug 2, 2025
One-click install
npx skills add https://github.com/s977043/my-blog --skill article-review-apply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-review-apply
Source: https://github.com/s977043/my-blog/tree/main/.claude/skills/article-review-apply
Command: npx skills add https://github.com/s977043/my-blog --skill article-review-apply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Zenn記事のレビュー成果物を記事本文に反映するワークフロー。採用/保留/却下の自己分類、公開済み記事の注意喚起、PRベースの変更管理を行う。

Core Features & Use Cases

  • Automatic application of review feedback to articles and PR-based updates
  • Classification of feedback into accepted/hold/reject with traceable rationale
  • Guardrails to ensure main is up-to-date and changes are properly tracked

Quick Start

Apply the review feedback to a target Zenn article and open a PR summarizing accepted findings.

Frequently Asked Questions about article-review-apply

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

FAQPage Schema
How do I automate applying review feedback to Zenn articles?

You can automate applying Zenn review feedback to article bodies using a PR-based workflow that classifies findings into accepted, hold, or reject categories and generates minimal diffs with a PR summary.

What is the best way to manage pull requests for published Zenn articles?

Managing published Zenn articles is best handled through PR-based change management that tracks modifications, provides guardrails for an up-to-date main branch, and outputs a summary of accepted review findings.

How do I classify review feedback into accepted, hold, or reject categories?

Classifying review feedback into accepted, hold, or reject categories is automated with traceable rationale, ensuring each finding is evaluated and documented before changes are applied to the article body.

Do I need an up-to-date main branch to apply article review changes?

Yes, an up-to-date main branch is a required prerequisite. Guardrails enforce this condition alongside proper git identity configuration to ensure changes are properly tracked via pull requests.

Can I use git workflow automation to open pull requests for Zenn article updates?

Yes, git workflow automation supports opening pull requests for Zenn article updates by applying accepted review feedback directly to the article body and summarizing the changes in the PR.

What are the limitations of automating Zenn review feedback application?

Limitations include the dependency on existing reviews and articles prior to execution, along with the strict requirement for proper git identity and an updated main branch to process changes correctly.