Back to list
xiaoju111a

describe

by xiaoju111a

AI code review GitHub Action powered by Kimi (Moonshot AI)

5🍴 0📅 Jan 21, 2026

SKILL.md


name: describe description: Generate clear, professional PR descriptions based on code changes. version: 1.0.0 triggers:

  • describe
  • pr description

PR Description Skill

Task

Automatically generate clear, professional PR descriptions based on code changes.

Workflow

  1. Analyze Changes: Understand the purpose and scope of code changes
  2. Generate Title: Concise and clear, no more than 60 characters
  3. Categorize Type: feature, bug_fix, refactor, docs, test, chore
  4. Write Description: Include background, changes, impact scope
  5. File Summary: Change description for each file

Output Format

title: |
  Concise PR title
type: "feature"
labels:
  - "enhancement"
description: |
  ## Background
  Why this change is needed
  
  ## Changes
  What was done
  
  ## Impact
  What features are affected
files:
  - filename: "src/example.py"
    change_type: "modified"
    summary: "Added user validation logic"

Principles

  • Title starts with a verb (Add, Fix, Update, Remove)
  • Description should be understandable by those unfamiliar with the code
  • File summary highlights key changes

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon