Skip to main content

landing

End-of-session ritual. Close finished beads, file new ones for remaining work, run verify, commit in logical groupings, push. Work is not complete until git push succeeds.

Aller à l'installation

Informations de source

Dépôt
hoangsonww/Forge-Agentic-Coding-CLI
Dernière activité de la source
21 avril 2026 à 20:38
Langue détectée de SKILL.md
anglais
Étoiles
22
Forks
9

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
landing
description
End-of-session ritual. Close finished beads, file new ones for remaining work, run verify, commit in logical groupings, push. Work is not complete until git push succeeds.
Use the verbatim prompt at `.flywheel/prompts/landing.md`. Checklist: - [ ] New beads filed in `.beads/beads.jsonl` for every thread of follow-up work. - [ ] `verify` skill passes (format, lint, typecheck, build, tests). - [ ] Closed beads updated with a one-line `closed_reason`. - [ ] Commits are logically grouped with detailed messages, each referencing bead ids (`fg-12: ...`). - [ ] No ephemeral files committed. - [ ] `git pull --rebase && git push`; `git status` clean. - [ ] One-line session report: beads closed, beads opened, test count delta, next-session kick-off hint. Success = a future swarm can pick up the project using only `.beads/beads.jsonl`, `AGENTS.md`, and `FLYWHEEL.md`.
Voir sur GitHub