update-coding-guidelines

Analyze PR review comments and create a pull request with updated coding guidelines.

4|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/getty104/claude-task-worker --skill update-coding-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-coding-guidelines
Source: https://github.com/getty104/claude-task-worker/tree/main/plugin/skills/update-coding-guidelines
Command: npx skills add https://github.com/getty104/claude-task-worker --skill update-coding-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of updating coding guidelines in a repository based on repeated PR review comments, saving time and ensuring consistency.

Core Features & Use Cases

  • Automated Coding Guidelines Update: Generates or updates a CODING_GUIDELINES.md file based on PR review comments.
  • Rule Clustering: Cluster and identify repeated PR review comments to create actionable guidelines.
  • PR Creation: Creates a pull request with the updated guidelines and a summary of changes.
  • Use Case: For a developer who wants to maintain up-to-date coding guidelines in their repository by automatically analyzing PR review comments and creating PRs with the updated guidelines.

Quick Start

Run the update-coding-guidelines skill to generate or update the coding guidelines based on recent PR reviews.

Frequently Asked Questions about update-coding-guidelines

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

FAQPage Schema
How do I automatically update coding guidelines from GitHub PR review comments?

You can automatically update coding guidelines by analyzing GitHub PR review comments to cluster repeated feedback and generate an updated CODING_GUIDELINES.md file. The process creates a pull request containing the modified guidelines and a summary of the changes.

What is the best way to generate coding rules from repeated PR reviews?

The best way to generate coding rules from PR reviews is using rule clustering. This technique identifies repeated review comments across pull requests and converts them into actionable guidelines within a CODING_GUIDELINES.md file.

Do I need Bash scripting and GitHub CLI to automate coding guideline updates?

Yes, you need Bash scripting and GitHub CLI knowledge to automate coding guideline updates. Fetching and processing PR review comments requires access to the GitHub API and dependencies including gh, git, and jq.

Can I create a pull request with updated coding guidelines automatically?

Yes, you can create a pull request with updated coding guidelines automatically. After analyzing PR review comments and updating the CODING_GUIDELINES.md file, the process generates a PR with the changes and a summary.

How does rule clustering work for PR review comments?

Rule clustering for PR review comments works by identifying repeated feedback patterns across multiple reviews. It groups similar comments to create actionable coding guidelines, ensuring consistency and saving manual review time.