meta-compliance-audit-bundle

Generates cited research, signable DOCX reports, PDF archives, and memory notes for compliance audits.

6.8k|540|Updated May 6, 2026
One-click install
npx skills add https://github.com/opensquilla/opensquilla --skill meta-compliance-audit-bundle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-compliance-audit-bundle
Source: https://github.com/opensquilla/opensquilla/tree/main/src/opensquilla/skills/exp/meta-compliance-audit-bundle
Command: npx skills add https://github.com/opensquilla/opensquilla --skill meta-compliance-audit-bundle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Producing audit-grade evidence for GDPR or SOC2-style self-assessments requires juggling research, report writing, archival, and record-keeping as separate manual steps. This meta-skill chains them into one auditable workflow so every claim is cited, signed, archived, and recallable.

Core Features & Use Cases

  • Cited Deep Research: Runs a deep-research step that preserves a per-claim citation list for the audit question.
  • Signable Report and Read-Only Archive: Converts findings into a .docx report for sign-off and an A4 PDF archive for immutable retention.
  • Persistent Evidence Trail: Appends the research output to a memory note (memory/compliance-audit.md) so audit findings remain recallable in later sessions.
  • Use Case: Ask for a GDPR self-assessment of your data retention practices and receive a cited research summary, a signable Word report, a PDF archive, and a stored memory note in one run.

Quick Start

Run a compliance audit bundle on my GDPR data retention self-assessment and produce the report, archive, and memory note.

Frequently Asked Questions about meta-compliance-audit-bundle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a compliance audit report with citations?

Trigger the bundle with a compliance audit request such as a GDPR self-assessment question. It runs a deep-research step that keeps a per-claim citation list, then renders the findings into a signable DOCX report and a read-only PDF archive.

What outputs does the compliance audit bundle produce?

It produces four artifacts: cited deep-research findings, a signable .docx compliance report, an A4 read-only PDF archive, and an appended memory note at memory/compliance-audit.md for later recall.

Can I use this for GDPR or SOC2 self-assessments?

Yes, the bundle is designed for GDPR and SOC2-style self-assessments. It triggers on phrases like compliance audit, audit bundle, and GDPR self-assessment, and structures output as an audit-grade evidence chain.

What happens if one step of the audit workflow fails?

The documented fallback is to run the steps manually in order: deep-research, then docx, then html-to-pdf, then memory_save. Each step depends only on the research output, so report, archive, and memory steps can be retried independently.

Does the audit bundle store findings for future sessions?

Yes, it calls the memory_save tool in append mode to write the research findings to memory/compliance-audit.md. This keeps the evidence chain recallable in later conversations.