fix: repair split bullets in four chief-* Never lists, close utilisation lint gap - #35
Merged
cbrock84 merged 1 commit intoSep 3, 2026
Conversation
…ion lint gap Four chief-* skills shipped a corrupted `## Never` section. In each, a "Do not …" list was merged into a "Never …" list and the splice landed inside a wrapped bullet, orphaning its continuation onto an unrelated rule: security/chief-information-security-officer :116 -> :120 corporate-strategy/chief-strategy-officer :88 -> :91 customer-experience/chief-customer-officer :76 -> :79 data-analytics/chief-data-officer :93 -> :97 The CISO file rendered as "Do not fix another team's finding for them and leave the cause in place / which is a different question from whether they work." It also stated one rule twice (:117 and :121); the fuller wording is kept. Each split bullet is reunited and the two voices are ordered consistently: Never-voiced items first, Do-not-voiced items after. Separately, check-us-english.py listed utilise/utilised/utilising but not the noun form, though every sibling entry carries its -ation form (organisation, prioritisation, optimisation, realisation, minimisation, maximisation). Three British spellings shipped in operations/capacity-and-demand-planning while CI reported "0 British spelling(s)". Adding the entry makes the check catch them; the prose was corrected by the script's own --fix, so the wording is unchanged from the author's. scripts/check-all.sh passes: 172 skills valid, 273 skill references resolve.
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.
Two shipped defects found while reading all 172 skills. Both have mechanical fixes;
scripts/check-all.shpasses.1. Four
chief-*skills have a corrupted## NeverlistIn each, a "Do not …" list was merged into a "Never …" list and the splice landed inside a wrapped bullet, orphaning its continuation onto an unrelated rule.
security/chief-information-security-officer:116"…exist as documented,":120corporate-strategy/chief-strategy-officer:88"…serves a thesis written":91customer-experience/chief-customer-officer:76"…Count the contacts":79data-analytics/chief-data-officer:93"…you will find out":97The CISO file rendered as:
Each split bullet is reunited, and the two voices are ordered consistently — Never-voiced items first, Do-not-voiced after. The CISO file also stated one rule twice (
:117and:121); the fuller wording is kept.No wording is changed beyond rejoining sentences that were already there.
2.
check-us-english.pymissedutilisationscripts/check-us-english.py:57listedutilise/utilised/utilisingbut not the noun form — though every sibling entry carries its-ationform (organisation, prioritisation, optimisation, realisation, minimisation, maximisation).Three British spellings were shipping in
operations/capacity-and-demand-planningwhile CI reported clean. Red → green:The prose was corrected by the script's own
--fix, so that wording is yours, not mine.Verification
scripts/check-all.sh— all green: 172 skills valid, provenance clean, README / social card / org chart current, 273 skill references resolve, manifests parse.Seven further findings from the same read — including a
docs/USE-CASES.mdreference that ships in no plugin, and a description/body mismatch inpartnership-marketing— are in a companion issue. Those are authorial calls rather than mechanical fixes, so I left them out of this PR.