Secarch weekly status
Skill Mr-GraphnStaff/Skill-builder/skills/secarch-weekly-status
Manage HUB Security Architecture weekly status reports in Confluence and Word. Use for `WSR-now`, `WSR-now-config`, `WSR-export`, or requests to create, update, or export the weekly report.From its SKILL.md
npx -y skills add Mr-GraphnStaff/Skill-builder --skill secarch-weekly-statusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.8 KB, 753 tokens by cl100k_base, as published. Nobody here has run it
SecArch Weekly Status
Use this skill for the HUB International Security Architecture weekly status workflow. It covers three entry points:
WSR-now: create or update the current week's Confluence report for the callerWSR-now-config: set or refresh the caller's local configurationWSR-export: export a completed Confluence weekly report to the bundled Word template
This skill is deliberately split across shallow reference files. Read only the files needed for the active workflow.
Read This First
Always load references/environment.md before doing any write or export work. It contains:
- production space and page IDs
- roster account IDs
- authorized editors
- hard safety rules for page location and ownership
Then load the workflow reference that matches the request:
- references/wsr-now.md for
WSR-now - references/wsr-now-config.md for
WSR-now-config - references/wsr-export.md for
WSR-export
Load these supporting references only when needed:
- references/sprint-schedule-2026.md when you need sprint context
- references/template-and-adf-rules.md when you are creating or patching the Confluence page structure or exporting the Word file
Triggering Guidance
Trigger when the user:
- explicitly says
WSR-now,WSR-now-config, orWSR-export - asks to create or update the SecArch weekly status report
- asks to re-run their WSR setup/configuration
- asks to export the Confluence weekly report to the Jeff Jaynes Word format
Do not trigger for unrelated generic status reports, unrelated Confluence pages, or arbitrary Word export tasks.
Operating Rules
- Treat
WSR-now,WSR-now-config, andWSR-exportas the default commands. Natural-language equivalents also count. - Weekly pages must live only in the SA production space. Never write WSR pages to the personal space.
- Only generate or modify the caller's own rows. Preserve all non-caller rows exactly.
- Always confirm the target week before continuing.
- Match ownership using Confluence/Jira account IDs and mention nodes, not display-name string matching.
- Use the bundled Word template in
assets/WSR_Template_Blank.docxfor every export run. - Do not ship or invoke bundled Python from this custom skill package.
- For
WSR-export, rely on Anthropic's publicdocxskill/runtime for.docxediting and validation behavior.
Output Expectations
For WSR-now:
- either create the weekly page or patch only the caller's sections
- show the caller a draft before publishing
- confirm the final page link
For WSR-now-config:
- show current values if known
- collect and persist
display_name,input_directory, andoneplan_url - derive and persist employment type if possible
For WSR-export:
- pull the confirmed week from Confluence
- populate the bundled Word template through Anthropic's public
docxcapability - verify the resulting
.docxopens cleanly and preserves the expected structure - deliver the file as a download
Examples
WSR-nowWSR-now-configWSR-exportCreate my SecArch weekly status report for this weekExport Week 15 to the Jeff Jaynes Word template
What ships with it: 8 files
112.9 KB alongside SKILL.md
assets/
- WSR_Template_Blank.docx95.9 KB
evals/
- evals.json1.5 KB
references/
- environment.md3.2 KB
- sprint-schedule-2026.md1.4 KB
- template-and-adf-rules.md2.2 KB
- wsr-export.md2.6 KB
- wsr-now-config.md1.3 KB
- wsr-now.md4.7 KB