citlyze-prompt-audit

citlyze-prompt-audit is a skill for Claude Code, Codex from Citlyze/citlyze-skills. It costs 63 tokens per session (633 once invoked), scanned A, original, MIT.

A read-only audit of prompts tracked in Citlyze, a tool for measuring how brands appear in AI-generated search answers.

In plain words
What is it for?
Reviewing prompt performance, comparing engines and locations, and deciding which prompts to track next. It requires the Citlyze MCP server.
Why use it?
It helps identify prompts where a brand is missing, performs differently by AI engine or location, or has coverage gaps.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reviewing prompt performance, comparing engines and locations, and deciding which prompts to track next. It requires the Citlyze MCP server.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/citlyze/citlyze-skills/citlyze-prompt-audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Citlyze/citlyze-skills --skill citlyze-prompt-audit
Clone the repo
git clone --depth 1 https://github.com/Citlyze/citlyze-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for citlyze-prompt-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/citlyze/citlyze-skills/citlyze-prompt-audit/github.svg)](https://agentmods.dev/skills/citlyze/citlyze-skills/citlyze-prompt-audit)
Your own site
<a href="https://agentmods.dev/skills/citlyze/citlyze-skills/citlyze-prompt-audit"><img src="https://agentmods.dev/badge/skills/citlyze/citlyze-skills/citlyze-prompt-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for citlyze-prompt-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/citlyze/citlyze-skills/citlyze-prompt-audit"><img src="https://agentmods.dev/badge/skills/citlyze/citlyze-skills/citlyze-prompt-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 633 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.00633
Opus 5 $0.00032 $0.00316
Sonnet 5 $0.00013 $0.00127
Haiku 4.5 $0.00006 $0.00063

Measured 11d ago against content hash 4c181b7e6432, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

citlyze-prompt-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/citlyze-prompt-audit/SKILL.md · 37 lines

How it starts

The opening of the file, as written. The whole thing — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Citlyze prompt audit

Review the prompt portfolio: find prompts where the brand is invisible, engines or locations that drag performance down, and intent gaps worth tracking next.

Prerequisites

The Citlyze MCP server must be connected (setup guide). Tools are read-only; adding or editing prompts happens in the app, not over MCP.

Workflow

  1. Inventory. Call list_prompts with active: true. Each prompt has query_id, query_text, intent, tier, topic, and prompt_group. Summarize the portfolio: counts by intent and topic.
  2. Baseline. Call get_visibility_overview for the latest completed window to know the brand's average per-engine performance.
  3. Drill into suspect prompts. For prompts the user cares about (or a sample of high-tier ones), call get_prompt_visibility with the query_id. Rows in by_engine_location break metrics down per engine and location; look for:
    • prompts with near-zero mention_rate everywhere (invisible)
    • prompts strong on one engine but absent on another (engine gap)
    • prompts that diverge sharply by location (localization gap) Read every conclusion alongside n_runs; thin run counts make weak evidence.
  4. Coverage gaps. Compare the prompt inventory against how buyers actually ask: are commercial-intent prompts ("best X for Y", "X vs Y", "X alternatives") represented for each core topic? Which competitor comparisons are missing? Which customer questions from the user's domain knowledge have no tracked prompt?
  5. Deliver:
    • Weak prompt table: prompt text, worst engine/location, mention rate, n_runs, suspected reason.
    • Suggested prompts to add (5-15), each with intent label and the reason it earns a slot. Remind the user to add them in the Citlyze app.

Interpretation rules

  • Treat intent, tier, topic, and prompt_group as the workspace's own labels; group by whatever values are present rather than assuming a fixed set.
  • Zero visibility on a prompt is not automatically bad tracking; it may be the honest baseline the user needs to see.

Read the full file on GitHub · 37 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 37 lines · 63 tokens per session scan A 4c181b7e6432

Subscribe to this mod's changes

citlyze-prompt-audit is a skill published in the GitHub repository Citlyze/citlyze-skills (0 stars, last pushed 1mo ago), licensed MIT. It adds 63 tokens to every session and 633 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ganhuo-geo-engineer

Use this Skill when the user provides an existing article, product page, tutorial, FAQ, or knowledge note and wants to rebuild it into a GEO or AI-search-friendly content asset. Use it for old-content refresh, citation-readiness improvement, answer-first restructuring, GEO upgrades, and Ganhuo AI content workflows. Do…

yuanyuanyuan430/ganhuo-geo-skill · 99 tokens

xerj-code

Reference-coding with XERJ. Clone the libraries that already solved your problem, index them locally, and retrieve the exact implementation before writing code — so the agent reads passages instead of re-deriving algorithms across retry loops. Use when starting a task in an unfamiliar API, porting an algorithm, or…

xerj-org/xerj · 79 tokens

fire-your-seo-agency

A procedure for improving how a website appears in search engines and how AI answer systems find and cite it. It covers search, answer-engine, generative-AI, and Naver visibility.

leopard627/fire-your-seo-agency · 162 tokens

geo-loop

Run one bounded eGEOagents loop iteration over a workspace domain - read the charter and fresh collector data, do ONE unit of work, write substrate artifacts, append one Timeline entry and one LOG line. Use for loop mode, /geo:loop, scheduled GEO runs, or continuous monitoring.

mverab/eGEOagents · 62 tokens

competitive-analysis

Analyze AI-search competitors for a query and recommend ranking strategy. Use when users ask competitor analysis, who ranks, or competitive landscape.

mverab/eGEOagents · 29 tokens

validation-doctor

Check Brave Search and Chrome DevTools MCP availability and provide exact setup snippets. Use when validation dependencies are missing or uncertain.

mverab/eGEOagents · 28 tokens