Skip to main content
在 Manus 中运行任何 Skill
一键导入

recall

// Use this skill whenever you start working on a coding task in a git repository — bug fixes, new features, refactors, investigations, anything substantive. It changes how you approach the work: orient on the task before touching code, consult git history when you're grounded enough to know what to look for, and distill the reasoning into a structured commit message when you're done. The goal is that the next agent opening this repo cold can recover the *why* behind every change, not just the *what*. Trigger on any non-trivial work in a project that has a git history, especially when the user mentions bug numbers, issue references, or asks you to fix/extend something that already exists. Do not trigger for one-off shell commands, pure Q&A about a codebase with no edits, or work in directories that aren't git repositories.

$ git log --oneline --stat
stars:2
forks:0
updated:2026年5月25日 14:45
SKILL.md
readonly