prompt-audit

Audit AI prompts and rules for contradictions, ambiguity, and incomplete guidance.

63|10|Updated Jul 19, 2025
One-click install
npx skills add https://github.com/testomatio/explorbot --skill prompt-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-audit
Source: https://github.com/testomatio/explorbot/tree/main/.claude/skills/prompt-audit
Command: npx skills add https://github.com/testomatio/explorbot --skill prompt-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure AI prompts and navigation rules are clear, consistent, and safe by auditing src/ai/rules.ts, navigator.ts, and tools.ts for contradictions, ambiguity, and gaps.

Core Features & Use Cases

  • Identify contradictions between rules
  • Detect ambiguities and incomplete guidance
  • Verify usage in navigator.ts and tool prompts

Quick Start

Use the prompt-audit skill to review and improve AI prompt governance across the codebase.

Frequently Asked Questions about prompt-audit

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

FAQPage Schema
How do I audit AI prompts and rules for web navigation testing?

Auditing AI prompts and web navigation rules involves analyzing rules.ts, navigator.ts, and tools.ts across your project to identify contradictions, ambiguity, and incomplete guidance, yielding actionable improvement guidance.

Why do my web testing AI prompts produce inconsistent navigation results?

Inconsistent web testing AI prompts often stem from contradictions and ambiguities across rules.ts, navigator.ts, and tools.ts files. Auditing these cross-file rules helps pinpoint incomplete guidance causing the inconsistency.

What is cross-file rule usage evaluation in AI web testing?

Cross-file rule usage evaluation in AI web testing checks how navigation rules in rules.ts are applied within navigator.ts and tool prompts to verify locator prompts and tool differentiation are correctly implemented.

How do I check for contradictions in testing rules and tool prompts?

Checking for contradictions in testing rules and tool prompts requires evaluating the guidance defined in rules.ts against its implementation in navigator.ts and tools.ts to detect conflicting instructions and ambiguities.

Can I use prompt-audit to verify locator prompts and tool differentiation?

Yes, you can use prompt-audit to verify locator prompts and tool differentiation. It evaluates how tools.ts and navigator.ts apply rules.ts guidance to ensure clear, distinct tool usage and accurate locators.

What are common limitations when auditing AI navigation rules in a codebase?

A limitation when auditing AI navigation rules is that the evaluation relies specifically on analyzing rules.ts, navigator.ts, and tools.ts, meaning guidance outside these files may not be reviewed for gaps or contradictions.