Workspace Forensics Audit

Audit a software workspace to generate WORKSPACE_PROFILE.json and FORENSICS_SUMMARY.md.

27|8|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill workspace-forensics-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workspace Forensics Audit
Source: https://github.com/Sounder25/Google-Antigravity-Skills-Library/tree/main/00_workspace_forensics
Command: npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill workspace-forensics-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the collection of workspace metadata to produce a machine-readable profile and a human-friendly summary, reducing manual auditing effort.

Core Features & Use Cases

  • Generate WORKSPACE_PROFILE.json with git signals, language detection, and build configuration
  • Produce FORENSICS_SUMMARY.md with recommendations and collection errors
  • Use as a foundation for other workspace-related SKILLS to validate readiness

Quick Start

Run the audit script against your workspace to generate the reports.

Frequently Asked Questions about Workspace Forensics Audit

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

FAQPage Schema
How do I automate a git audit and workspace profile generation for my repository?

Generate a workspace profile by running the audit script against your repository to produce WORKSPACE_PROFILE.json and FORENSICS_SUMMARY.md, surfacing language detection, build configuration, and operational risks.

What is workspace forensics and how does language detection fit into the audit?

Workspace forensics audits software workspaces to surface readiness gaps and operational risks across languages. Language detection identifies project frameworks to complete the forensic profile and generate actionable signals.

Can I use the workspace audit to detect build configuration and readiness gaps in any project?

Yes, you can audit build configuration and readiness gaps in any project repository. The audit exposes actionable signals for downstream skills and produces a machine-readable profile to reduce manual effort.

How do I generate a FORENSICS_SUMMARY.md with recommendations for my project?

Generate a FORENSICS_SUMMARY.md with recommendations by running the workspace audit script, which automatically collects git signals and metadata to produce the human-friendly summary report.

Does the workspace audit require specific dependencies to analyze project repositories?

The workspace audit requires no external dependencies to analyze project repositories. It directly collects git signals, language detection, and build configuration to generate complete workspace profiles.

What's the best way to expose actionable signals for downstream workspace tasks?

Expose actionable signals for downstream tasks by generating WORKSPACE_PROFILE.json, which serves as a machine-readable foundation for other workspace-related skills to validate readiness and operational risks.