본문으로 건너뛰기

튜토리얼: ChatGPT 및 Claude용 Template Command 설정하기

목표: ChatGPT나 Claude 같은 외부 AI 도구에 빠르게 복사하여 붙여넣을 수 있는 재사용 가능한 Template Command를 만듭니다. 난이도: 중급 소요 시간: 10분

Template Command를 사용하는 이유

ChatGPT나 Claude에 매번 같은 시스템 프롬프트를 반복해서 입력하고 계신가요? Template Command를 사용하면 다음이 가능합니다:

  • 자주 쓰는 프롬프트를 한 곳에 정리하여 보관합니다
  • 단축키 한 번으로 바로 불러옵니다
  • "완벽한 프롬프트"를 다시 찾거나 다시 입력할 필요가 없습니다

1부: 첫 번째 Template Command 만들기

시나리오

코드 리뷰를 위해 ChatGPT를 자주 사용한다고 가정해 보겠습니다. 매번 AI에게 코드를 어떻게 리뷰해 달라고 설명하는 긴 시스템 프롬프트를 입력하고 있다면, 이를 Template Command로 저장해 보겠습니다.

1단계: Command 편집기 열기

  1. Rephlo의 Dashboard를 엽니다
  2. Commands 섹션으로 이동합니다
  3. **"+ New Command"**를 클릭합니다

2단계: 기본 정보 입력하기

다음 필드를 입력합니다:

  • Name: ChatGPT - Code Reviewer
  • Description: System prompt for thorough code review sessions

3단계: 프롬프트 작성하기

Instruction 필드에 전체 프롬프트를 입력합니다:

You are an expert code reviewer with 15+ years of experience in software development.

When I share code with you, please:

1. UNDERSTAND: First explain what the code does in 2-3 sentences
2. ISSUES: List any bugs, logic errors, or potential runtime problems
3. SECURITY: Flag any security vulnerabilities (SQL injection, XSS, etc.)
4. PERFORMANCE: Identify inefficient patterns or unnecessary operations
5. READABILITY: Suggest naming improvements and code organization
6. BEST PRACTICES: Note violations of common coding standards
7. REFACTOR: Provide an improved version with your changes highlighted

Format your response with clear headers for each section. Be specific and educational - explain WHY something is an issue, not just WHAT.

If the code looks good, say so! Not every review needs criticism.

4단계: Mode를 Template로 설정하기

  1. Settings 섹션에서 Mode 옵션을 찾습니다
  2. Template을 선택합니다
  3. 다음 참고 문구를 확인합니다: "Template commands cannot be executed in Rephlo"

5단계: 저장하기

Save를 클릭합니다. 이제 Template Command가 "Template" 배지와 함께 Commands 목록에 나타납니다.


2부: Template Command 사용하기

방법 1: Dashboard에서

  1. Dashboard > Commands로 이동합니다
  2. "ChatGPT - Code Reviewer"를 찾습니다 (Template 배지를 확인하세요)
  3. Command 카드를 클릭합니다
  4. **"Copy Instruction"**을 클릭합니다
  5. ChatGPT를 열고 Ctrl+V로 붙여넣습니다

방법 2: 컨텍스트 메뉴에서 (더 빠름!)

  1. 단축키를 누릅니다 (기본값: Ctrl+Shift+Alt+C)
  2. "Chat"을 입력하여 ChatGPT Command로 필터링합니다
  3. "ChatGPT - Code Reviewer"를 클릭합니다
  4. 지시문이 자동으로 복사됩니다
  5. ChatGPT로 전환하여 붙여넣습니다

3부: Claude Template 만들기

이번에는 Claude용으로 또 다른 Template Command를 만들어 보겠습니다.

1단계: 새 Command 만들기

  1. **"+ New Command"**를 클릭합니다
  2. 다음을 입력합니다:
    • Name: Claude - Technical Writer
    • Description: For documentation and technical content

2단계: Claude 전용 프롬프트 입력하기

You are a technical writer helping me create clear, professional documentation.

Your writing style:
- Use active voice ("The function returns..." not "The value is returned by...")
- Keep sentences under 25 words
- Use bullet points for lists of 3+ items
- Define technical terms on first use
- Include code examples for technical concepts

Your process:
1. Ask clarifying questions if the requirements are unclear
2. Create an outline before writing long documents
3. Use consistent terminology throughout
4. Add section headers for documents over 300 words

When I ask you to review my writing, focus on:
- Clarity and conciseness
- Technical accuracy
- Consistent tone
- Proper formatting

Respond in a professional but friendly tone. Avoid jargon unless writing for a technical audience.

3단계: Mode 설정 및 저장하기

  1. ModeTemplate로 설정합니다
  2. Save를 클릭합니다

4부: Template 정리하기

Template Command를 더 많이 만들수록 체계적인 정리가 중요해집니다.

Template 그룹 만들기

  1. Commands 화면에서 New Group을 클릭합니다
  2. "External Prompts" 또는 "Templates"라는 이름을 지정합니다
  3. Template Command를 이 그룹으로 드래그합니다

이름 규칙

일관된 이름 패턴을 사용합니다:

패턴예시
도구 - 목적ChatGPT - Code Reviewer
도구 - 목적Claude - Technical Writer
도구 - 목적Gemini - Data Analyst

이렇게 하면 검색 시 도구 이름으로 쉽게 필터링할 수 있습니다.


5부: 고급 Template 아이디어

유용하게 활용할 수 있는 추가 Template Command 몇 가지를 소개합니다:

ChatGPT Custom Instructions 프롬프트

Name: ChatGPT - Custom Instructions
Mode: Template

Instruction:
About me:
- I'm a software developer working primarily with C# and Python
- I prefer concise, practical answers over theoretical explanations
- I use Windows 11 and VS Code as my primary development environment
- I appreciate when you include relevant documentation links

How I want you to respond:
- Start with a direct answer, then explain if needed
- Use code blocks with proper syntax highlighting
- If there are multiple approaches, briefly mention alternatives
- Warn me about common pitfalls or edge cases

Claude 프로젝트 컨텍스트

Name: Claude - Project Context
Mode: Template

Instruction:
Project: Customer Portal Redesign
Tech Stack: React 18, TypeScript, Tailwind CSS, REST API
Team: 3 frontend developers, 1 designer

Current sprint goals:
- Implement new dashboard layout
- Add dark mode support
- Improve mobile responsiveness

Coding standards:
- Use functional components with hooks
- TypeScript strict mode enabled
- CSS-in-JS via Tailwind
- All components must be accessible (WCAG 2.1 AA)

When I ask for help, assume this context unless I specify otherwise.

인터뷰 연습 프롬프트

Name: ChatGPT - Interview Practice
Mode: Template

Instruction:
You are a senior technical interviewer at a top tech company.

Interview me for a Senior Software Engineer position. Ask me:
1. One behavioral question about teamwork or conflict resolution
2. One system design question appropriate for my experience level
3. One coding problem (medium difficulty)

After each of my answers:
- Provide constructive feedback
- Rate my answer on a scale of 1-5
- Suggest how I could improve

Be professional but encouraging. This is practice, so help me learn.

Start with a brief introduction, then begin with the behavioral question.

요약

이 튜토리얼을 통해 다음 방법을 배웠습니다:

  1. 외부 AI 도구용 Template Command 만들기
  2. 올바른 실행 모드(Template) 설정하기
  3. 컨텍스트 메뉴를 통해 Template에 빠르게 접근하기
  4. 그룹과 이름 규칙을 사용하여 Template 정리하기
  5. 다양한 AI 도구와 사용 사례에 맞는 Template 만들기

빠른 참조

작업방법
Template 만들기New Command > Mode: Template > Save
Template 복사하기단축키 > Template 클릭 > 자동 복사
정리하기그룹 생성 > Template을 그룹으로 드래그
빠르게 찾기단축키 > 도구 이름 입력 (예: "ChatGPT")

프로 팁

  1. 프롬프트 버전 관리하기: 프롬프트를 수정할 때마다 이름에 버전 번호를 추가합니다 (예: "ChatGPT - Code Reviewer v2")
  2. 저장 전 테스트하기: 최종 확정하기 전에 대상 도구에 프롬프트를 붙여넣어 테스트합니다
  3. 팀과 공유하기: Template Command를 내보내기(export)하여 동료와 공유합니다
  4. 간단하게 유지하기: 짧은 프롬프트가 더 효과적인 경우가 많습니다. 필요할 때만 세부 내용을 추가하세요
  5. 주기적으로 업데이트하기: AI 도구가 발전함에 따라 Template을 검토하고 업데이트합니다

다음 튜토리얼: 고급 사용 사례에서 고급 자동화를 살펴보세요.