.claude/skills/form-status/SKILL.md
Check form submission status across projects
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/form-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Show status of form submissions across projects.
/form-status # All forms summary
/form-status pending # Forms awaiting response
/form-status overdue # Forms past expected response
/form-status MyDataIntegration # Forms for specific project
/form-status DPIA # All DPIA submissions
/form-status CyberRisk # All Cyber Risk assessments
Search for FormSubmission notes:
Glob pattern: **/Form Submission*.md
Also check: type = "FormSubmission" in frontmatter
Extract metadata from each:
Apply filter if provided:
Generate report:
# Form Submission Status
**Generated**: {{date}}
**Filter**: {{filter or "All"}}
## Summary
| Status | Count |
|--------|-------|
| Draft | X |
| Submitted/Pending | X |
| Approved | X |
| Rejected | X |
| Expired | X |
## By Form Type
### DPIA (Data Protection Impact Assessment)
| Project | Status | Submitted | Response | Reference |
|---------|--------|-----------|----------|-----------|
| [[Project]] | pending | 2026-01-05 | - | DPIA-123 |
### CyberRisk (Cyber Security Risk Assessment)
| Project | Status | Submitted | Response | Reference |
|---------|--------|-----------|----------|-----------|
### TPRM (Third Party Risk Management)
...
### ChangeRequest
...
### IAF (Initial Assessment Form)
...
## Attention Required
### Overdue (>30 days, no response)
- [[Form Submission - DPIA for MyDataIntegration]] - submitted 2025-12-01 (41 days ago)
### Expiring Soon (<30 days to expiry)
- [[Form Submission - TPRM for MaintenanceSystem]] - expires 2026-02-10
### Drafts Not Submitted
- [[Form Submission - CyberRisk for OpDef]] - created 2026-01-03
## By Project
### [[Project - MyDataIntegration]]
- DPIA: approved (2025-11-15)
- CyberRisk: pending (submitted 2026-01-05)
- TPRM: draft
### [[Project - MaintenanceSystem]]
...
| Type | Full Name | Requesting Team | |------|-----------|-----------------| | DPIA | Data Protection Impact Assessment | Data Privacy / Legal | | CyberRisk | Cyber Security Risk Assessment | Cyber Security | | TPRM | Third Party Risk Management | Procurement / Cyber | | IAF | Initial Assessment Form | Cyber Delivery Assurance | | ChangeRequest | Change Request / RFC | Change Management | | Other | Other intake forms | Various |
| Status | Meaning | |--------|---------| | draft | Not yet submitted | | submitted | Sent, awaiting acknowledgement | | pending | Acknowledged, under review | | approved | Approved / passed | | rejected | Rejected / failed | | expired | Approval expired, needs renewal |
If user mentions a form they need to track, offer to create:
/form <type> <project>
Example: /form DPIA MyDataIntegration creates Form Submission - DPIA for MyDataIntegration.md
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi