بنقرة واحدة
final-review
Final Review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Final Review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Canonical turn protocol for agents writing to Neotoma. Bounded retrieval on the user message, store user message PART_OF conversation with REFERS_TO edges to retrieved entities, store assistant reply the same way. Use this skill in any agent loop that should persist conversation state to Neotoma.
Session-end audit. Files remaining work as task entities and lists them as bullets, verifies all data intended for Neotoma storage from this session is actually stored, and persists what's missing. Invoke at the natural close of a working session, before context is lost.
Mid-session status report. Summarizes what's been achieved so far this session and what work remains, in succinct qualitative prose and bullets with only light technical detail. Read-only — stores nothing, files nothing. Invoke any time to take stock without closing the session.
Close a Neotoma working session — store the assistant reply and a session-close summary.
Retrieve the bounded context for the current session — recent interactions and relevant entities.
Begin a Neotoma working session — open a conversation and record the opening interaction.
| name | final_review |
| description | Final Review |
Present final implementation for review and approval for Feature Unit {{input:feature_id}}.
Follow foundation/development/feature_unit_workflow.md Step 4 (Checkpoint 2 — Final Review). Configuration is read from foundation-config.yaml.
Implements Checkpoint 2 of the Feature Unit creation workflow. Presents the completed implementation for human review and approval.
Load configuration:
foundation-config.yaml to get feature unit settingsRun spec compliance validation (if available):
Gather implementation summary:
Verify completion:
Present summary:
STOP and prompt user:
If user requests changes:
If approved:
Completedin_progress/ to completed/:
mv {configured_directory}/in_progress/{{input:feature_id}} {configured_directory}/completed/{{input:feature_id}}
status: "completed"# From main repo root
git worktree remove {configured_worktree_path}
# Or if worktree still has uncommitted changes:
git worktree remove --force {configured_worktree_path}
feature_id (string): The feature identifier