ワンクリックで
session-summary
Create a detailed session summary capturing actions, decisions, costs, efficiency insights, and next steps
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a detailed session summary capturing actions, decisions, costs, efficiency insights, and next steps
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | session-summary |
| description | Create a detailed session summary capturing actions, decisions, costs, efficiency insights, and next steps |
Create a comprehensive session summary document capturing everything accomplished, decisions made, and what comes next.
Gather Session Context
Document Key Actions and Changes
git diff --stat to get a summary of files changedCapture Decisions and Rationale
Record Open Questions and Unresolved Items
Analyze Efficiency
Define Next Steps
Write the Summary File
session_{slug}_{timestamp}.md where timestamp is YYYYMMDD_HHMM# Session Summary: {Topic}
**Date:** {date}
**Turns:** {number of conversation turns}
**Cost:** {session cost if available}
## Goal
{What was the objective of this session?}
## Key Actions
- {Action 1}: {brief description}
- {Action 2}: {brief description}
- ...
## Files Changed
{Output of git diff --stat, or manual list}
## Decisions Made
| Decision | Rationale |
|----------|-----------|
| {decision} | {why} |
## Open Questions
- {Question or unresolved item}
## Efficiency Insights
- {What went well}
- {What could improve}
## Next Steps
1. {Most important next action}
2. {Second priority}
3. ...
PR-focused code review with structured checklist, severity ratings, and actionable feedback
Use when a code review finding needs proof — write a focused test in JavaScript or Go that either confirms the issue is real or exposes it as over-engineering hyperbole. Trigger after code-review or code-review-skill findings are presented and evidence is requested.
Use when reviewing Dependabot alerts, npm audit findings, govulncheck output, or CVE reports on a JavaScript/Node.js or Go project — especially when triaging multiple alerts across direct and transitive dependencies to assess real-world risk and produce a remediation plan.
Produce data-driven software delivery estimates by analyzing historical JIRA tickets, git activity, and engineer track records, then matching the new work against the most similar past tickets. Use this skill whenever the user asks "how long will this take", wants to estimate a piece of work, scope an epic, plan a sprint, or estimate delivery for JIRA stories or a Figma design. Also use whenever the user wants developer-to-work assignment recommendations based on history, wants to optimize an estimate by adding or reallocating engineers, or asks "what's the fastest way to ship this" or "who should work on this". Especially trigger when the user provides JIRA ticket IDs, JIRA story links, or Figma designs together with any indication of a team that will execute the work.
Use when auditing an existing test suite for quality and coverage gaps, evaluating Playwright migration readiness, scoring automation against a world-class e-commerce standard, or guiding the creation of new tests. Applicable to Selenium, WebdriverIO, and Playwright suites.
AI-powered observability with Grafana MCP — translates natural language to metrics, logs, and trace queries to diagnose issues like a senior SRE