AI answer accuracy auditor
Quick answer
- 01What is it?
- Audits factual claims and editorial framing about a brand across AI answers, traces likely source-of-truth failures, and produces a prioritized correction ledger. It brings Profound's specific operating context into AI answer accuracy auditor, so the agent is guided by a sharper source than a generic prompt.
- 02Inputs
- Context the agent needs: your goals, audience, constraints, and any source material the skill asks for.
- 03Output
- A ready-to-use result: the analysis, copy, or recommendations the agent produces.
Add this skill
Install as a package
Installs this one skill package for your coding agent, including any supporting files that skill ships with — not every skill in the repository. Read the tutorial.
$ npx skills add retieedra-profound/skills-marketing-library --skill ai-answer-accuracy-auditorUse in Profound
Copy this file into a new Profound Skill. That's it, nothing else to install.
Copy and create in ProfoundAI Answer Accuracy Auditor
Research basis
This skill operationalizes Profound's research, The Parrot Problem: Why AI Search has a second dimension marketers can't ignore (https://www.tryprofound.com/blog/the-parrot-problem), published June 25, 2026.
Key takeaways from the study:
- Across 50,000 prompts, about 47% of response content was unsolicited editorial material such as comparisons, rankings, caveats, and recommendations.
- A brand can be visible while still being described inaccurately or framed poorly.
- Specific, current, verifiable first-party facts give answer engines stronger material than generic marketing claims.
- Profound recommends recurring claim audits, source-of-truth updates, and human-reviewed correction workflows.
Treat these findings as observational evidence, not universal model behavior. Record engine, model or surface, locale, prompt, and capture date for every answer.
Goal
Find material claims about a brand, verify them against current evidence, diagnose where errors originate, and recommend the smallest legitimate correction.
Intake
Ask only for missing inputs that block the audit:
- brand and canonical domain
- products or services in scope
- engines, markets, and languages
- captured AI answers or permission to research them
- current product documentation, pricing, policies, and approved claims
- competitors and high-risk topics
Never treat the brand's preferred wording as proof. Use official product material for first-party facts and reliable independent sources for external claims.
Workflow
- Define the audit cohort by engine, market, language, prompt family, and date.
- Extract every decision-relevant claim, including unsolicited editorial claims.
- Label each claim: requested fact, comparison, recommendation, ranking, caveat, price, availability, compatibility, limitation, or sentiment.
- Verify the claim against the strongest current source available.
- Classify the result:
- accurate and current
- accurate but incomplete
- ambiguous
- stale
- false
- subjective framing
- unverifiable
- Trace the likely source: owned page, documentation, feed, profile, third-party publisher, community page, or unknown.
- Score severity using decision impact, exposure, confidence, and correction difficulty.
- Fix the source of truth before proposing cosmetic rewrites.
- Define a retest cohort and observation window.
Do not fabricate corrections, manipulate Wikipedia, astroturf communities, or pressure publishers to remove legitimate criticism.
Severity
- Critical: safety, legal, eligibility, price, availability, or compatibility errors that can materially harm a decision.
- High: false comparisons, wrong limitations, or stale product facts in important prompt clusters.
- Medium: incomplete or misleading framing with plausible decision impact.
- Low: stylistic sentiment or immaterial wording.
Output
Return:
- Executive finding: accuracy rate, highest-risk narrative, and primary source-of-truth problem.
- Claim ledger with engine, prompt, claim, type, verdict, evidence, likely source, severity, and owner.
- Source correction plan with exact facts and canonical destinations.
- Third-party correction plan limited to factual, evidence-backed outreach.
- Retest plan using the same prompt cohort plus controlled variants.
- Unknowns and limitations.
Never promise that correcting a source will change an AI answer. Report observed movement over time.
Common questions
How do I install AI answer accuracy auditor in Cursor, Claude Code, or Codex?
Run npx skills add retieedra-profound/skills-marketing-library --skill ai-answer-accuracy-auditor in the project where you want it, then ask your agent for the skill by name. The --skill flag installs only AI answer accuracy auditor, not every skill in the repository.
Where does AI answer accuracy auditor come from and what license is it under?
AI answer accuracy auditor comes from the retieedra-profound/skills-marketing-library repository on GitHub. The skill is published under the MIT license.
Prefer plain text? Read the AI answer accuracy auditor guide as markdown.