resume-bullet-extraction
完了した業務内容から、採用担当者の目を引くような、履歴書に記載する効果的な箇条書きを自動で作成し、あなたの強みを最大限にアピールするSkill。
📜 元の英語説明(参考)
Auto-invoke after task completion to generate powerful resume bullet points from completed work.
🇯🇵 日本人クリエイター向け解説
完了した業務内容から、採用担当者の目を引くような、履歴書に記載する効果的な箇条書きを自動で作成し、あなたの強みを最大限にアピールするSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o resume-bullet-extraction.zip https://jpskill.com/download/18288.zip && unzip -o resume-bullet-extraction.zip && rm resume-bullet-extraction.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18288.zip -OutFile "$d\resume-bullet-extraction.zip"; Expand-Archive "$d\resume-bullet-extraction.zip" -DestinationPath $d -Force; ri "$d\resume-bullet-extraction.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
resume-bullet-extraction.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
resume-bullet-extractionフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
履歴書箇条書き抽出
「あなたの履歴書は職務記述書ではありません。それはインパクトのハイライト集です。」
目的
完了した作業を、価値と技術的能力を示す強力な履歴書箇条書きに変換します。
箇条書きの公式
[強い行動動詞] + [あなたがしたこと] + [技術的背景] + [インパクト/結果]
構成要素
| 構成要素 | 目的 | 例 |
|---|---|---|
| 行動動詞 | 主導性を示す | Engineered, Architected, Optimized |
| あなたがしたこと | 達成事項 | JWT authentication system |
| 技術的背景 | スキルを示す | using React, Node.js, Redis |
| インパクト | なぜ重要か | reducing auth errors by 40% |
強い行動動詞
構築/作成
- Engineered
- Architected
- Developed
- Implemented
- Built
- Designed
改善
- Optimized
- Enhanced
- Refactored
- Modernized
- Streamlined
- Accelerated
問題解決
- Resolved
- Debugged
- Eliminated
- Reduced
- Prevented
- Mitigated
リード/コラボレーション
- Led
- Spearheaded
- Collaborated
- Mentored
- Coordinated
インパクトの定量化
常に定量化を試みてください。直接測定できない場合は、合理的に見積もります。
パフォーマンス
- "reducing load time by 60%"
- "improving response time from 2s to 200ms"
- "handling 10,000+ concurrent users"
信頼性
- "achieving 99.9% uptime"
- "eliminating production errors"
- "reducing bug reports by 50%"
ビジネス
- "increasing user retention by 25%"
- "supporting 50,000 monthly active users"
- "saving 10 hours/week of manual work"
スケール
- "processing 1M+ transactions daily"
- "managing 500GB of user data"
- "serving 100+ API endpoints"
箇条書きテンプレート
機能実装
[動詞] [機能] using [技術] that [インパクト]
例:
- Engineered JWT authentication with refresh token rotation using Node.js and Redis, eliminating session hijacking vulnerabilities
- Built real-time notification system using WebSockets and React, improving user engagement by 35%
パフォーマンス最適化
[動詞] [対象] by [方法], resulting in [指標]
例:
- Optimized database queries through index analysis and query restructuring, reducing API response time by 70%
- Accelerated page load performance by implementing code splitting and lazy loading, improving Core Web Vitals by 40%
バグ修正/問題解決
[動詞] [問題] by [解決策], preventing [インパクト]
例:
- Resolved race condition in checkout flow by implementing optimistic locking, preventing duplicate charges
- Eliminated memory leak in React components through proper cleanup, reducing crash reports by 90%
アーキテクチャ/リファクタリング
[動詞] [システム] from [古い] to [新しい], enabling [利点]
例:
- Migrated monolithic application to microservices architecture using Docker and Kubernetes, enabling independent team deployments
- Refactored authentication module from session-based to JWT, reducing server memory usage by 60%
品質チェックリスト
- [ ] 強い行動動詞で始まる (「Responsible for」ではない)
- [ ] 具体的な技術を含む
- [ ] 定量化可能なインパクトまたは明確なビジネス価値がある
- [ ] 簡潔な一文である
- [ ] 採用担当者が理解できない専門用語を避ける
- [ ] オーナーシップを示す (「I」は暗黙の了解)
- [ ] 技術面接官に意味が通じる
悪い例 vs 良い例
悪い例
❌ "Worked on the login system"
- 行動動詞なし、詳細なし、インパクトなし
❌ "Responsible for user authentication"
- 受け身的、達成事項が示されていない
❌ "Helped with performance improvements"
- 曖昧、オーナーシップなし、指標なし
良い例
✅ "Engineered JWT authentication with refresh token rotation, reducing session vulnerability surface and supporting 50,000+ daily active users"
✅ "Optimized PostgreSQL queries through index analysis, reducing average API response time from 800ms to 120ms"
✅ "Built responsive dashboard using React and D3.js, enabling real-time visualization of 1M+ daily events"
抽出フロー
ステップ 1: ハイライトを特定する
「あなたが構築したもので最も印象的な点は何ですか?」
選択肢:
- 解決した技術的な複雑さ
- 対処したビジネス上の問題
- 改善されたパフォーマンス
- 達成されたスケール
- 強化されたセキュリティ
ステップ 2: 箇条書きを起草する
公式を使用: 動詞 + 内容 + 技術的背景 + インパクト
ステップ 3: 定量化する
「数値を追加できますか?どれくらい速くなりましたか?ユーザー数は?改善率は?」
ステップ 4: 磨きをかける
- 弱い言葉を削除する (「helped」、「assisted」、「worked on」)
- 具体的な技術を追加する
- それだけで意味が通じるようにする (文脈は不要)
履歴書セクションの配置
| 箇条書きの種類 | 履歴書セクション |
|---|---|
| 構築した機能/システム | プロジェクトまたは職務経歴 |
| パフォーマンス最適化 | 職務経歴 (インパクトを示す) |
| アーキテクチャの決定 | 職務経歴または技術スキル |
| 学習/成長 | スキルまたはサイドプロジェクト |
ソクラテス式箇条書き質問
- インパクトを見つける: 「この機能が存在しなかった場合、何が壊れますか?」
- 定量化: 「これは何人のユーザーに影響を与えますか?どれくらいの時間を節約できますか?」
- 技術的な深さ: 「これがどのように機能するかについて、技術面接官に何を伝えますか?」
- 差別化: 「あなたの実装を基本的なソリューションよりも優れているものにするものは何ですか?」
保存場所
箇条書きは STAR story ファイルにコンパイルされます。
mentorspec/career/stories/[date]-[feature-name].md
履歴書の箇条書きは、抽出を容易にするために各 story の最後に表示されます。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Resume Bullet Extraction
"Your resume isn't a job description. It's a highlight reel of impact."
Purpose
Transform completed work into powerful resume bullet points that demonstrate value and technical competence.
The Bullet Formula
[Strong Action Verb] + [What You Did] + [Technical Context] + [Impact/Result]
Components
| Component | Purpose | Example |
|---|---|---|
| Action Verb | Shows initiative | Engineered, Architected, Optimized |
| What You Did | The accomplishment | JWT authentication system |
| Technical Context | Shows skill | using React, Node.js, Redis |
| Impact | Why it matters | reducing auth errors by 40% |
Strong Action Verbs
Building/Creating
- Engineered
- Architected
- Developed
- Implemented
- Built
- Designed
Improving
- Optimized
- Enhanced
- Refactored
- Modernized
- Streamlined
- Accelerated
Problem Solving
- Resolved
- Debugged
- Eliminated
- Reduced
- Prevented
- Mitigated
Leading/Collaborating
- Led
- Spearheaded
- Collaborated
- Mentored
- Coordinated
Impact Quantification
Always try to quantify. If you can't measure directly, estimate reasonably.
Performance
- "reducing load time by 60%"
- "improving response time from 2s to 200ms"
- "handling 10,000+ concurrent users"
Reliability
- "achieving 99.9% uptime"
- "eliminating production errors"
- "reducing bug reports by 50%"
Business
- "increasing user retention by 25%"
- "supporting 50,000 monthly active users"
- "saving 10 hours/week of manual work"
Scale
- "processing 1M+ transactions daily"
- "managing 500GB of user data"
- "serving 100+ API endpoints"
Bullet Templates
Feature Implementation
[Verb] [feature] using [technologies] that [impact]
Examples:
- Engineered JWT authentication with refresh token rotation using Node.js and Redis, eliminating session hijacking vulnerabilities
- Built real-time notification system using WebSockets and React, improving user engagement by 35%
Performance Optimization
[Verb] [what] by [how], resulting in [metric]
Examples:
- Optimized database queries through index analysis and query restructuring, reducing API response time by 70%
- Accelerated page load performance by implementing code splitting and lazy loading, improving Core Web Vitals by 40%
Bug Fix / Problem Solving
[Verb] [problem] by [solution], preventing [impact]
Examples:
- Resolved race condition in checkout flow by implementing optimistic locking, preventing duplicate charges
- Eliminated memory leak in React components through proper cleanup, reducing crash reports by 90%
Architecture / Refactoring
[Verb] [system] from [old] to [new], enabling [benefit]
Examples:
- Migrated monolithic application to microservices architecture using Docker and Kubernetes, enabling independent team deployments
- Refactored authentication module from session-based to JWT, reducing server memory usage by 60%
Quality Checklist
- [ ] Starts with strong action verb (not "Responsible for")
- [ ] Includes specific technologies
- [ ] Has quantifiable impact OR clear business value
- [ ] Is one concise sentence
- [ ] Avoids jargon recruiters won't understand
- [ ] Demonstrates ownership ("I" is implied)
- [ ] Would make sense to a technical interviewer
Bad vs Good Examples
Bad
❌ "Worked on the login system"
- No action verb, no specifics, no impact
❌ "Responsible for user authentication"
- Passive, no accomplishment shown
❌ "Helped with performance improvements"
- Vague, no ownership, no metrics
Good
✅ "Engineered JWT authentication with refresh token rotation, reducing session vulnerability surface and supporting 50,000+ daily active users"
✅ "Optimized PostgreSQL queries through index analysis, reducing average API response time from 800ms to 120ms"
✅ "Built responsive dashboard using React and D3.js, enabling real-time visualization of 1M+ daily events"
Extraction Flow
Step 1: Identify the Highlight
"What's the most impressive aspect of what you just built?"
Options:
- Technical complexity solved
- Business problem addressed
- Performance improved
- Scale achieved
- Security enhanced
Step 2: Draft the Bullet
Use the formula: Verb + What + Technical Context + Impact
Step 3: Quantify
"Can we add numbers? How much faster? How many users? What percentage improvement?"
Step 4: Polish
- Remove weak words ("helped", "assisted", "worked on")
- Add specific technologies
- Ensure it stands alone (no context needed)
Resume Section Placement
| Bullet Type | Resume Section |
|---|---|
| Feature/System built | Projects or Experience |
| Performance optimization | Experience (shows impact) |
| Architecture decision | Experience or Technical Skills |
| Learning/Growth | Skills or Side Projects |
Socratic Bullet Questions
- Finding impact: "If this feature didn't exist, what would break?"
- Quantifying: "How many users does this affect? How much time does it save?"
- Technical depth: "What would you tell a technical interviewer about how this works?"
- Differentiation: "What makes your implementation better than a basic solution?"
Save Location
Bullets are compiled in STAR story files:
mentorspec/career/stories/[date]-[feature-name].md
The resume bullet appears at the end of each story for easy extraction.