wrap-up

star 0

Close out MCP-backed Copilot work when asked to "wrap up", "export requirements", or "close out".

sharpninja By sharpninja schedule Updated 6/6/2026

name: wrap-up description: Close out MCP-backed Copilot work when asked to "wrap up", "export requirements", or "close out".

Trust marker details only after lib/mcp.copilot.status.ps1 confirms marker trust and workspace health. Use lib/repl-invoke.ps1; do not use raw REST for normal MCP mutations.

workflow.* names below are plugin workflow/REPL method names, not literal native MCP tool names. Native /mcp-transport tools use names such as sessionlog_*, todo_*, and requirements_*; hosted-agent adapters may expose mcp_* aliases. Do not declare the plugin unavailable solely because generic MCP discovery does not list literal workflow.* names.

Reconcile requirements through workflow.requirements.*, export wiki documents with workflow.requirements.generateDocument, run validation, then use the commit-sync pause contract for commit/push. Reconcile the session log with workflow.sessionlog.appendDialog and workflow.sessionlog.appendActions.

Complete the turn with workflow.sessionlog.completeTurn. Use workflow.sessionlog.failTurn for validation failure, export failure, or blocked commit/push.

Install via CLI
npx skills add https://github.com/sharpninja/mcpserver-copilot-plugin --skill wrap-up
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator