시작하기무료로 시작하기

Saving your PR format as a personal skill

When teams write code and create pull requests (PRs) to build and maintain their codebase, they'll often have to re-explain the PR format to Claude every single time.

In this exercise, you'll capture it once as a personal skill so you never have to type those instructions again. The next time you ask Claude to write a PR description for my changes, it will follow your template automatically. Same shape, every time, across every project.

이 연습은 강의의 일부입니다

Introduction to Agent Skills

강의 보기

연습 안내

  • Start Claude Code with claude.

  • Ask Claude to create a personal skill at ~/.claude/skills/pr-description/SKILL.md that:

    • Has a name: pr-description and a description mentioning PR descriptions
    • Has a body that runs git diff main...HEAD
    • Writes three sections: What, Why, and Changes
  • Ask Claude to show you the file it just created.

  • Ask Claude what you'd need to do for this skill to be picked up the next time you open Claude Code.

  • Type /exit to exit Claude Code.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작