claude-code-workflow

Automate nightly code quality analysis and refactoring pipelines with Claude Code.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/hico-mrmgn/Skills --skill claude-code-workflow-hico-mrmgn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-workflow
Source: https://github.com/hico-mrmgn/Skills/tree/main/plugins/claude-code-workflow/skills/claude-code-workflow
Command: npx skills add https://github.com/hico-mrmgn/Skills --skill claude-code-workflow-hico-mrmgn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Claude Codeを使った自動コード品質改善パイプラインを日次で実行し、コード品質の問題を速やかに検出・修正します。

Core Features & Use Cases

  • 夜間の GitHub Actions の実行で、日次の差分を解析して改善点を分類します。
  • 発見事項1件につき GitHub Issues を自動作成します(ラベルを claude-refactor、priority を high/medium/low)。
  • 朝の Slack サマリー通知でチームの状況を共有します。
  • CLAUDE.md によるルール管理と、allowedTools 設定による無人実行をサポートします。

Quick Start

Configure a nightly GitHub Action to run Claude Code on CLAUDE.md and auto-create issues for findings.

Frequently Asked Questions about claude-code-workflow

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

FAQPage Schema
How do I automate daily code refactoring using Claude Code and GitHub Actions?

Automate daily code refactoring by configuring a nightly GitHub Action to run Claude Code, which analyzes daily diffs and automatically creates GitHub Issues for each finding to track necessary improvements.

How does automated code quality analysis create and prioritize GitHub Issues?

Automated code quality analysis creates GitHub Issues by assigning the 'claude-refactor' label and setting priority levels to high, medium, or low for each detected code quality problem during nightly runs.

Can I execute unattended Claude Code pipelines for continuous integration?

You can execute unattended Claude Code pipelines by defining rules in CLAUDE.md and configuring allowedTools settings, enabling seamless automated continuous integration without manual intervention.

How do I send automated code quality summaries to Slack?

Send automated code quality summaries to Slack by integrating your nightly GitHub Actions pipeline, which delivers a morning notification summarizing detected issues and refactoring status to your team channel.

What is the best way to manage automated refactoring rules for Claude Code?

The best way to manage automated refactoring rules is using a CLAUDE.md file, which drives the nightly code quality analysis and ensures Claude Code applies consistent standards during unattended execution.

Does this automated code analysis workflow work without external dependencies?

This automated code analysis workflow operates entirely using GitHub Actions and Slack integration without requiring external dependencies, relying solely on CLAUDE.md configurations and allowedTools settings.