feat(ai-cli-harness-better-practices): add /wrap-up-docs skill - #470
Merged
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_e0166568-3bcb-4326-9a6d-e7ea3cbb8b37) |
…tion from wrap-up-docs
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_17e30f2d-44cb-4b4c-97da-cb16d29ab53d) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
/wrap-up-docs, a read-only companion skill tohandoffandwrap-upthat expands session evidence into a single paste-ready prompt for a weaker local model whose sole job is updating public and private documentation. Routing between public and private docs is rule-based, with sensitive or ambiguous items defaulting private.Changes
ai-cli-harness-better-practices/skills/wrap-up-docs/SKILL.md(+175 lines): exhaustive per-item changelog prompt with git-first evidence gathering, zero-instruction-inference scope fences, full-URL rule, and required per-item output reportAGENTS.mdplugin table and theai-cli-harness-better-practices/README.mdcommand list/wrap-up-docsinskills/handoff/SKILL.mdandskills/wrap-up/SKILL.mdTest Plan
Note
Low Risk
Documentation-only skill addition with no runtime, auth, or data-handling changes. Residual gap: the new skill is not listed in plugin.json, so discovery may depend on directory layout rather than the plugin manifest.
Overview
Adds
/wrap-up-docs, a read-only companion to/handoffand/wrap-up. It expands (does not compress) session evidence into one paste-ready prompt so a weaker local model can update docs without inferring from the original conversation.The new skill inventories every technical change (path, substance, SHAs, full PR URLs, why), routes each item public vs private with sensitive/ambiguous defaulting private, and fences the consumer to documentation-only edits plus a per-item skip/update report. Git is optional; skipped sources are declared in the prompt.
Docs and related-skill links in
AGENTS.md, the plugin README,/handoff, and/wrap-upnow list the command.plugin.jsonstill does not register./skills/wrap-up-docs.Reviewed by Cursor Bugbot for commit bccf54f. Bugbot is set up for automated code reviews on this repo. Configure here.