Skip to content

Fix the audit-docs fixing documentation out of scope - #595

Merged
AlexJSully merged 2 commits into
mainfrom
alexjsully-260807-fix-audit-docs-going-out-of-scope
Aug 7, 2026
Merged

Fix the audit-docs fixing documentation out of scope#595
AlexJSully merged 2 commits into
mainfrom
alexjsully-260807-fix-audit-docs-going-out-of-scope

Conversation

@AlexJSully

Copy link
Copy Markdown
Owner

No description provided.

@AlexJSully
AlexJSully requested a lite review from Copilot August 7, 2026 18:35
@AlexJSully AlexJSully self-assigned this Aug 7, 2026
@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
portfolio Ready Ready Preview Aug 7, 2026 6:46pm

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s agent prompt and skill documentation to prevent audit-docs from “fixing” documentation and comments outside the scope it resolved (especially on pull requests), and adds guardrails so bundled procedure outputs are treated as leads to verify rather than publishable sources. It also includes a small dependency upgrade.

Changes:

  • Tightens audit-docs scoping language so Phase 2 and Phase 3 operate only on the documents and code the scope rule resolved to, not an automatic full docs/ sweep.
  • Reframes “subagents” as “procedures” and adds explicit guidance that procedure/agent outputs are not publishable evidence without re-grounding.
  • Adds optional skill plugin manifests and extends the publishability checker to validate plugin manifests and ensure published skills remain invocable by name.

Reviewed changes

Copilot reviewed 16 out of 17 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Bumps Sentry and Sass versions.
package-lock.json Lockfile updates for Sentry/Sass and transitive dependency changes.
CLAUDE.md Clarifies the skill invocation name format for /typescript-code-and-test-standards.
.github/prompts/readme.md Minor wording updates describing typescript-code-and-test-standards behaviour.
.github/prompts/audit-pr.prompt.md Strengthens refutation-pass guidance about re-grounding verdicts.
.github/prompts/audit-docs.prompt.md Narrows audit scope language for docs and in-code comment phases.
.github/copilot-instructions.md Tightens guidance around deleting duplicated comments only when safely verified.
.claude/skills/typescript-code-and-test-standards/SKILL.md Removes paths: from published skill frontmatter and reframes “subagents” as bundled procedures.
.claude/skills/typescript-code-and-test-standards/.claude-plugin/plugin.json Adds plugin manifest metadata for the skill.
.claude/skills/audit-pr/SKILL.md Adds guidance on running finding-refuter.md as a procedure and re-grounding its verdicts.
.claude/skills/audit-pr/.claude-plugin/plugin.json Adds plugin manifest metadata for the skill.
.claude/skills/audit-docs/SKILL.md Updates bundled-procedure guidance and narrows doc/comment audit scoping language.
.claude/skills/audit-docs/agents/surface-auditor.md Requires explicit path lists and adds bounds to avoid drifting outside scope.
.claude/skills/audit-docs/agents/coverage-mapper.md Requires explicit document/code path lists and rejects name-based scope.
.claude/skills/audit-docs/.claude-plugin/plugin.json Adds plugin manifest metadata for the skill.
.claude/scripts/check-skill-publishability.mjs Validates optional plugin manifests and enforces “published skills stay invocable by name” policy.
.claude/rules/prompt-skill-sync.md Documents plugin manifest behaviour/limitations and published-skill invocability policy.

Comment thread package.json
@AlexJSully
AlexJSully merged commit 6a71fa8 into main Aug 7, 2026
2 checks passed
@AlexJSully
AlexJSully deleted the alexjsully-260807-fix-audit-docs-going-out-of-scope branch August 7, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants