一键导入
session-handoff
Generate a session handoff document capturing the current working state for the next session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a session handoff document capturing the current working state for the next session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safe, project-wide remediation of a dangerous or incorrect code pattern using structured search and replace.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Commit (if needed), push the current branch to origin, and generate a pull request description in the chat.
Proactively audit GitHub Actions workflows and CI/CD logs for deprecations, stale runtimes, and missing best practices.
| name | session-handoff |
| description | Generate a session handoff document capturing the current working state for the next session. |
| metadata | {"author":"cascadian-gamers","version":"1.0"} |
Generate a session handoff document capturing the current working state for the next session.
git status, git branch, and git log --oneline -5 for current state..kiro/context/session-handoff.md (rolling file — overwrite each time).CHANGELOG.md: Prepend today's date and a concise bulleted summary of "WHAT WE DID THIS SESSION" to CHANGELOG.md in the project root. If the file doesn't exist, create it with a # Changelog header..kiro/steering/memory.md via auto-memory. Format each as a one-liner with date prefix: [YYYY-MM-DD] {learning}. This section ensures auto-memory captures the right things even if the conversation history is long. Examples:
[2026-03-12] BEDROCK_AGENTCORE_MEMORY_ID is a manual env var — agentcore deploy wipes it[2026-03-12] docker buildx + setup-buildx-action required for arm64 cross-compilation on x86_64 runners — docker build alone ignores QEMU[2026-03-12] agentcore deploy always builds arm64 via CodeBuild regardless of .bedrock_agentcore.yaml platform setting.kiro/context/session-handoff.md."auto-memory, ask the user: "Were any architectural decisions made this session that should be logged as ADRs? (runs create-adr skill)"auto-memory skill — do not wait to be asked.
This is mandatory, not optional. Capture learnings from this session into .kiro/steering/memory.md..jsonl telemetry log.started or completed entry, backfill it immediately.improve-skill if so."session-handoff and auto-memory skill invocations.