docs(skills): split operational references into sub-list - #2904
Open
pratik wayase (PratikWayase) wants to merge 2 commits into
Open
pratik wayase (PratikWayase) wants to merge 2 commits into
pratik wayase (PratikWayase) wants to merge 2 commits into
Conversation
pratik wayase (PratikWayase)
requested a review
from a team
as a code owner
September 12, 2026 19:13
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2904 +/- ##
==========================================
- Coverage 83.00% 82.97% -0.04%
==========================================
Files 185 173 -12
Lines 34924 34775 -149
Branches 228 201 -27
==========================================
- Hits 28989 28854 -135
+ Misses 5861 5850 -11
+ Partials 74 71 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Jamie Kim (jkim323)
approved these changes
Sep 12, 2026
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.
Description
This PR resolves issue #2449 by splitting the operational reference documents into a dedicated "Operational references" sub-list within the privacy-standards
SKILL.mdframework index.Previously,
data-governance-controls.mdanddpia-thresholds.mdwere mixed in with the main framework standards (NIST, GDPR, etc.). Grouping them into a nested sub-list improves readability and separates planning synthesis docs from official standards packages.Related Issue(s)
Closes #2449 Closes #2450
Note: #2450 is a duplicate of #2449, so both are being closed by this PR.
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
hve-builderand addressed all actionable findings.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)Sample Prompts (for AI Artifact Contributions)
N/A - This is a structural documentation update to an existing skill's reference index, not a new AI artifact contribution.
Testing
data-governance-controls.mdanddpia-thresholds.mdare correctly linked and moved under the "Operational references:" bullet.Checklist
Required Checks
AI Artifact Contributions
hve-builderreview mode to review contributionhve-builderreviewRequired Local Checks
The following local-safe validation commands must pass before merging:
npm run validate:localnpm run validate:docsnpm run spell-checknpm run lint:md-linksSecurity Considerations
Additional Notes
This change was originally deferred from PR #2416 to avoid scope creep. The trigger condition for this split (adding a second operational reference doc) has now been met with the addition of
data-governance-controls.md.