skills/core/aios-audit/SKILL.md
Score your AIOS health across the Four C's (Context, Connections, Capabilities, Cadence). Returns a 0–4 score with one recommended next action per gap. Appends results to context/aios-audit-log.md for delta tracking.
npx skillsauth add bereniketech/claude_kit aios-auditInstall 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.
Score each pillar 1 (pass) or 0 (fail).
Read context/about-business.md, context/about-me.md, context/priorities.md.
| Check | Pass if | |---|---| | All 3 files exist and are populated | Content beyond section headers present in each file | | Claude can answer "who are you and what do you run?" from files alone | Answer matches actual identity without asking the user |
Fail action: /aios-onboard
Read context/connections.md. Check the Status column.
| Check | Pass if |
|---|---|
| At least 3 buckets have live status | Connections map has real API access, not just documented-only |
| Claude can answer "what's on my plate today?" by pulling live data | Reads tasks or calendar without the user pasting data |
Fail action: /aios-connect <highest-priority unwired bucket tool>
Read .kit/skills/ and context/ for evidence of SOP-backed skills.
| Check | Pass if | |---|---| | At least one skill exists for the project's primary workflow | A SKILL.md covers the most common repetitive task | | Running the skill produces correct output without micromanagement | No step-by-step prompting required |
Fail action: Identify the most repetitive task from context/about-me.md → propose a new skill for it
Check for scheduled agents: CronCreate entries, Inngest cron functions in lib/inngest/aios-*.ts, GitHub Actions workflows with schedule: trigger.
| Check | Pass if |
|---|---|
| At least one scheduled agent exists | Something runs automatically without a manual trigger |
| context/ contains a file deposited by an automated agent | e.g. standup-*.md, analytics-snapshot.md |
Fail action: /aios-cadence
AIOS Audit — [date]
Context [PASS/FAIL] [one-line finding]
Connections [PASS/FAIL] [one-line finding]
Capabilities [PASS/FAIL] [one-line finding]
Cadence [PASS/FAIL] [one-line finding]
Score: N/4
Recommended next action: [single most impactful gap — one sentence]
Rule: Give exactly one next action, not a list. The user must be able to act immediately without deciding.
If context/aios-audit-log.md exists, read the last entry and report the delta:
Previous: N/4 ([date])
Current: M/4 ([date])
Change: +X (Connections and Cadence improved)
Append the new result to context/aios-audit-log.md — never overwrite.
## Audit — [date]
Score: N/4
Context: PASS/FAIL — [finding]
Connections: PASS/FAIL — [finding]
Capabilities: PASS/FAIL — [finding]
Cadence: PASS/FAIL — [finding]
Next: [recommended action]
testing
AUTHORIZED USE ONLY: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis: > 1.
testing
Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing.
development
Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.
development
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.