ai-transparency

Audit AI operations for missing status tracking, UI subscriptions, and activity logging.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/qdhenry/Foundry-OSS --skill ai-transparency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-transparency
Source: https://github.com/qdhenry/Foundry-OSS/tree/main/.claude/skills/ai-transparency
Command: npx skills add https://github.com/qdhenry/Foundry-OSS --skill ai-transparency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill audits AI operations to ensure full UI transparency across the entire lifecycle — initiation, progress, streaming results, completion, and failure — and provides fixes to eliminate black-box behavior.

Core Features & Use Cases

  • Audit AI workflows to detect missing status tracking, progress updates, and activity logs.
  • Enforce standardized patterns for status updates, UI subscriptions, and activity logging in codebases.
  • Use Case: When integrating new AI features, run this skill to guarantee that users can see ongoing progress, streaming results, and final outcomes.

Quick Start

Audit the target codebase areas for AI operations and apply standardized transparency patterns to ensure status tracking, UI updates, and activity logging are present and visible to users.

Frequently Asked Questions about ai-transparency

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

FAQPage Schema
How do I audit my codebase for AI operations lacking UI transparency?

To audit AI operations for UI transparency, scan your codebase for backend mutations, UI components, and cron triggers that invoke AI tasks without visible status tracking, progress updates, or activity logs.

What are standardized patterns for tracking AI status updates in the UI?

Standardized AI status tracking patterns require implementing UI subscriptions to display initiation, streaming results, completion, and failure states, ensuring users can see ongoing progress and final outcomes.

How do I eliminate black-box behavior when integrating new AI features?

Eliminate black-box AI behavior by enforcing governance patterns that validate status tracking and activity logging across the entire lifecycle, ensuring operations are visible from initiation to completion.

Does this transparency audit cover backend cron triggers and UI mutations?

Yes, the transparency audit scopes backend mutations, UI components, and cron triggers that invoke AI tasks, validating that status tracking and activity logging are implemented and visible.

Why do my AI activity logs show missing progress updates for streaming results?

Missing streaming progress updates occur when AI workflows lack enforced standardized patterns for UI subscriptions and activity logging, causing black-box behavior during live AI task execution.