recolly-git-rules — for Claude Code recolly-git-rules, Recolly, community, for Claude Code, ide skills, feat: ○○, fix: ○○, docs: ○○, @claude, gh pr comment

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need conventional commits(日本語):. 本地化技能摘要: recolly-git-rules helps AI agents handle repository-specific developer workflows with documented implementation details.

功能特性

Conventional Commits(日本語):
fix: ログイン時のバリデーションエラーを修正
chore: RuboCopの設定を更新
refactor: 認証ロジックを整理
全PRをMerge commitで統一する

# 核心主题

IKcoding-jp IKcoding-jp
[0]
[0]
更新于: 4/9/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
46
Canonical Locale
ja
Detected Body Locale
ja

适用场景: Ideal for AI agents that need conventional commits(日本語):. 本地化技能摘要: recolly-git-rules helps AI agents handle repository-specific developer workflows with documented implementation details.

核心价值

推荐说明: recolly-git-rules helps agents conventional commits(日本語):. recolly-git-rules helps AI agents handle repository-specific developer workflows with documented implementation details.

适用 Agent 类型

适用场景: Ideal for AI agents that need conventional commits(日本語):.

赋予的主要能力 · recolly-git-rules

适用任务: Applying Conventional Commits(日本語):
适用任务: Applying fix: ログイン時のバリデーションエラーを修正
适用任务: Applying chore: RuboCopの設定を更新

! 使用限制与门槛

  • 限制说明: Requires repository-specific context from the skill documentation
  • 限制说明: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

recolly-git-rules 是什么?

适用场景: Ideal for AI agents that need conventional commits(日本語):. 本地化技能摘要: recolly-git-rules helps AI agents handle repository-specific developer workflows with documented implementation details.

如何安装 recolly-git-rules?

运行命令:npx killer-skills add IKcoding-jp/Recolly/recolly-git-rules。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

recolly-git-rules 适用于哪些场景?

典型场景包括:适用任务: Applying Conventional Commits(日本語):、适用任务: Applying fix: ログイン時のバリデーションエラーを修正、适用任务: Applying chore: RuboCopの設定を更新。

recolly-git-rules 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

recolly-git-rules 有哪些限制?

限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add IKcoding-jp/Recolly/recolly-git-rules。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    recolly-git-rules 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

recolly-git-rules

安装 recolly-git-rules,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看评审结论、使用场景与安装路径。

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Recolly Git運用ルール

コミットメッセージ

Conventional Commits(日本語):

feat: ユーザー登録機能を追加
fix: ログイン時のバリデーションエラーを修正
chore: RuboCopの設定を更新
test: 作品検索のテストを追加
docs: API仕様書を更新
refactor: 認証ロジックを整理

マージ戦略

  • 全PRをMerge commitで統一する
  • Squash and merge は使用しない
  • Rebase and merge は使用しない
  • mainへの直接プッシュは禁止。ドキュメントのみの変更でも必ずブランチを切ってPR経由でマージする

PRルール

  • PRタイトルはConventional Commits形式(例: feat: ○○, fix: ○○, docs: ○○

コードレビュー

初回レビュー(自動)

PR を open すると、.github/workflows/claude-code-review.yml により Claude Code Review が自動で走る。トリガーは pull_request: opened / ready_for_review / reopened イベントのみ。

再レビュー(手動、@claude メンションで発動)

subsequent push では自動レビューは走らない。これは設計上の意図:

  • 再レビューのいたちごっこ(ping-pong)を防ぐ
  • 些細な修正まで毎回レビューすると API コストと待ち時間が無駄
  • 「人間が見てほしいと判断したタイミング」で走らせる方がノイズが少ない

再レビューは PR コメントで @claude メンションして依頼する。これで .github/workflows/claude.yml が発動し、コメントの指示内容に従って GH Actions 上の Claude がアクションする。

レビュー対応のフィードバックループ(推奨運用)

GH Actions Claude の指摘に対する対応は、以下の分業で進める:

[1] PR 作成
     ↓
[2] claude-code-review.yml が初回レビュー → 指摘コメントを投稿
     ↓
[3] IK さんが指摘内容を local Claude(この環境の Claude Code)に共有
     ↓
[4] local Claude が指摘の技術的妥当性を検証(← 重要なゲート)
     │   - 指摘は正しいか?
     │   - 本当に修正が必要か?
     │   - 指摘が誤りなら IK に説明して反論検討
     │   ※ superpowers:receiving-code-review の精神に沿って「盲従しない」
     ↓
[5] 妥当と判断した指摘のみ修正コミット + push
     ↓
[6] local Claude が gh pr comment で「修正報告 + @claude メンション」を投稿
     │   例: 「指摘の X と Y を Z で修正しました。@claude 再確認お願いします」
     ↓
[7] claude.yml が発動 → GH Actions Claude が差分を再確認
     ↓
[8] OK ならマージ(IK さん判断)、追加指摘があれば [3] に戻る

役割分担:

ステップ担当
指摘の技術的妥当性検証local Claude(盲従ゲートキーパー)
修正実装local Claude
@claude メンションコメントの投稿local Claudegh pr comment で代行)
マージ判断IK さん
レビュー実行GH Actions Claude

IK さんの手間:

  • 指摘内容を local Claude に共有する(スクショ貼付 or 内容を伝える)
  • 「修正 OK、@claude 再依頼して」と指示する
  • マージボタンを押す

IK さんがやらないこと:

  • @claude という文字列を手でタイプしてコメントを書く(local Claude が gh pr comment で代行)
  • 指摘を全部そのまま修正に反映する(妥当性は local Claude が先に検証)

再レビュー依頼コメントの例(local Claude が gh pr comment で投稿)

一般的な再レビュー依頼:

@claude 直近のコミットを再レビューしてください

修正報告とセットでの再確認依頼:

指摘ありがとうございます。L42 の nil ガードと L78 のエラーハンドリングを追加しました(commit abc1234)。

@claude 修正内容が意図通りになっているか再確認お願いします。

特定ファイル / 観点を限定:

@claude Gemfile の変更だけ見てください。依存 gem の順序が正しいか、バージョン固定が妥当か確認してほしい

フロー(簡略版)

  1. ローカルで実装 + テスト + コミット
  2. git push + PR 作成
  3. claude-code-review.yml が初回レビュー(自動)
  4. 指摘があれば上記「レビュー対応のフィードバックループ」に従って対応
  5. CI 全パス + レビュー指摘解消 → マージ

ルール

  • 全 PR の 初回に Claude Code Review を必須とする(CI 経由で自動実行)
  • レビュー指摘を全て解消してからマージする
  • subsequent push で自動レビューは走らない(意図的)。必要なら @claude で明示的に再依頼
  • 指摘への対応は local Claude が技術的妥当性を検証 してから反映する(盲従禁止)
  • 再レビュー依頼の @claude コメント投稿は local Claude が gh pr comment で代行 する(IK さんが手でタイプしなくて良い)

レビュー観点

観点チェック内容
CLAUDE.md準拠コーディング規約、命名規則、ファイルサイズ(200行以内)等
コード品質DRY / YAGNI原則、ベストプラクティス
バグ・セキュリティSQLインジェクション、XSS、認証漏れ、Strong Parameters
パフォーマンスN+1クエリ、不要な再レンダリング、メモリリーク
保守性・可読性変数名、コメント(「なぜ」の説明)、ファイル分割
テストカバレッジ、エッジケース、TDD遵守
設計・アーキテクチャthin controller、コンポーネント設計、責務の分離

設定ファイル

  • 初回レビュー: .github/workflows/claude-code-review.ymlpull_request: opened / ready_for_review / reopened
  • オンデマンドレビュー: .github/workflows/claude.yml@claude メンションで発動)

PR前セルフチェック

PR作成前に references/pr-self-check.md のチェックリストを確認すること。

相关技能

寻找 recolly-git-rules 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具