scan-and-audit

Run Nx platform scans and audits in parallel, then generate delta-aware Markdown reports.

1|Updated Jun 3, 2025
One-click install
npx skills add https://github.com/jaysoo/dot-ai-config --skill scan-and-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scan-and-audit
Source: https://github.com/jaysoo/dot-ai-config/tree/main/dot_gemini/skills/scan-and-audit
Command: npx skills add https://github.com/jaysoo/dot-ai-config --skill scan-and-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weekly Nx platform intelligence often requires running many scans and audits in a coordinated way and synthesizing results into a digest. This skill solves that by orchestrating all required scans in parallel and producing a unified, delta-aware weekly report.

Core Features & Use Cases

  • Orchestrates all 12 scan/audit commands plus the monthly digest in parallel to save time and ensure consistency.
  • Produces per-area reports under the .ai/para/areas/scan-audit/ structure and a consolidated weekly digest for leadership review.
  • Supports scoped runs (scans only, monthly digest, quick mode) and lookback windows to cover past events.

Quick Start

Run the scan-and-audit skill to launch all scans and produce the weekly unified report.

Frequently Asked Questions about scan-and-audit

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

FAQPage Schema
How do I automate weekly Nx platform scans and generate a unified intelligence report?

Weekly Nx intelligence scans can be automated by running all scan and audit commands in parallel subagents, which computes deltas against prior reports and writes per-area Markdown files to .ai/para/areas/ along with a consolidated digest.

What is delta computation in the context of weekly audit reports?

Delta computation in weekly audit reports involves comparing the current scan results against prior reports to identify changes over time, ensuring the consolidated digest highlights new developments rather than just static snapshots.

How do I run a quick mode scan or scope audits to specific scan groups?

You can run a quick mode scan or scope audits by configuring the skill to execute only specific scan groups, limiting the lookback window to cover targeted past events instead of running all twelve commands simultaneously.

Does the scan-and-audit skill support running the monthly digest separately from weekly scans?

The skill supports running the monthly digest separately from weekly scans by allowing scoped runs, enabling you to target only the monthly digest or specific audit groups without triggering the full parallel orchestration.

What is the best way to orchestrate multiple parallel scans for a start-of-week overview?

The best way to orchestrate parallel scans for a start-of-week overview is to use a coordinated automation skill that runs all scans and internal audits simultaneously in subagents, synthesizing the results into a single digest.

Where are the per-area Markdown reports written when running Nx audits?

When running Nx audits, per-area Markdown reports are written to the .ai/para/areas/scan-audit/ directory structure, providing granular results alongside a consolidated weekly digest for leadership review.