Skip to main content

pr-description

Prepare a pull request description from task artifacts under `tmp/tasks/<task-name>/` and the current implementation snapshot. Use when Claude needs to draft or refresh a Markdown PR description before review, handoff, or merge, including implementation summary, API changes, environment or configuration changes, database or migration impact, testing, and rollout notes.

설치로 이동

소스 정보

저장소
blockscout/blockscout-rs
최근 소스 활동
2026년 4월 13일 20:05
감지된 SKILL.md 언어
영어
스타
231
포크
205

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
pr-description
description
Prepare a pull request description from task artifacts under `tmp/tasks/<task-name>/` and the current implementation snapshot. Use when Claude needs to draft or refresh a Markdown PR description before review, handoff, or merge, including implementation summary, API changes, environment or configuration changes, database or migration impact, testing, and rollout notes.
disable-model-invocation
true
# PR Description Skill Follow the workflow defined in @../../../.memory-bank/workflows/pr-description.md ## Required Guardrails - Treat task artifacts as the source of truth for intended scope, then reconcile them against the current diff and changed files. - Write the artifact into the task folder as `pr-description.md`. - Keep the document reviewer-facing: explain what changed and why it matters, not a file-by-file changelog. - Include explicit sections for API changes and environment or configuration changes. If there are none, say `None.` instead of omitting the section. - Call out schema, migration, backfill, rollout, or operational impacts when they exist. - Summarize verification that actually happened. Do not claim tests or checks were run unless you verified that they were run. ## Minimal Starting Reads Start with: - `../../../.memory-bank/project-context.md` - `../../../.memory-bank/architecture.md` - `../../../.memory-bank/gotchas.md` - `../../../tmp/tasks/<task-name>/task.md` - `../../../tmp/tasks/<task-name>/solution_*.md` if present - `../../../tmp/tasks/<task-name>/implementation-plan*.md` if present - `../../../tmp/tasks/<task-name>/coding-task*.md` if present - `../../../tmp/tasks/<task-name>/review.md` if present Then inspect the current diff, changed files, tests, migrations, config updates, and any API surface needed to describe the implemented change accurately.
GitHub에서 보기