AgentSkillsCN

session-protocol

在交接前,务必遵循会话结束时的 Git 检查清单。

SKILL.md
--- frontmatter
name: session-protocol
description: Follow the end-of-session git checklist before handing off.
metadata:
  short-description: End-of-session checklist

Before ending any session, run the standard git checklist.

  • git status to check what changed.
  • git add <files> to stage code changes.
  • git commit -m "..." to commit.
  • git push to push to remote.

Reference: references/end-session-checklist.md.