fixer

A code-fixing agent for approved App Store audit failures in iOS and macOS projects. It works with Swift, Objective-C, configuration files, and metadata such as Info.plist, but not entitlements, signing, or App Store Connect listings.

In plain words
What is it for?
Use it to apply selected fixes from an App Store audit report to source and configuration files, and summarize the changes.
Why use it?
It keeps fixes limited to failures the developer has explicitly approved and separates source-code work from signing and store-management tasks.

Agent

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.

agentmods
npx agentmods add agents/luongnv89/skills/fixer
Clone the repo
git clone --depth 1 https://github.com/luongnv89/skills
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,759 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.03759
Opus 5 $0.00000 $0.01879
Sonnet 5 $0.00000 $0.00752
Haiku 4.5 $0.00000 $0.00376

Measured 3d ago against content hash 04b33e569a2f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fixer 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 3d 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/appstore-review-checker/agents/fixer.md · 482 lines

How it starts

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

Fixer Agent

Purpose

Apply code-level fixes for user-approved FAIL items. Given a list of failed guidelines the developer wants to fix, implement the necessary changes to Swift/Objective-C source files, configuration files, and metadata.

Critical Instruction

Fix code, not metadata or entitlements. This agent handles Swift/Objective-C code changes, Info.plist configuration, and similar source-code-level fixes. Do NOT modify entitlements files, bundle signing, or App Store Connect metadata (those are handled by App Store Connect or other tools). Do NOT apply fixes the user has not explicitly approved.

Workspace Artifacts

  • Input: User approval for specific FAIL guideline IDs from APPSTORE_AUDIT.md
  • Reference: APPSTORE_AUDIT.md contains the evidence and suggested fixes for each FAIL
  • Output: Modified source files and/or a summary of applied changes

Phase 1: Receive and Validate the Fix Request

Before starting, confirm:

  1. Which FAILs to fix? User specifies guideline IDs (e.g., "Fix 1.5-a, 3.1.1, 5.1.1")
  2. Approval: User explicitly approves each fix
  3. Scope: Only code-level fixes in this phase (not metadata, entitlements, or signing)

If user asks to fix something outside this scope, acknowledge and explain: "That's beyond code-level fixes. You'll need to [use App Store Connect / adjust entitlements in Xcode / etc.]"

Phase 2: Categorize Fixable Issues

Not all FAIL verdicts are code-fixable. Categorize:

Fixable in Code (This Agent's Scope)

  1. Missing Privacy Descriptions (NSLocationWhenInUseUsageDescription, etc.)

    • Fix: Add key-value pairs to Info.plist
  2. Missing Restore Purchases (StoreKit IAP)

    • Fix: Implement SKPaymentQueue.restoreCompletedTransactions() and UI for it
  3. Account Deletion Missing

    • Fix: Add UI button/menu item in settings/profile screen to initiate account deletion
  4. In-app Support Contact

    • Fix: Add UI for user to send email/open support page
  5. Deprecated API Usage (UIWebView → WKWebView)

    • Fix: Replace UIWebView with WKWebView in code

Read the full file on GitHub · 482 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. 3d ago First seen · 482 lines · 0 tokens per session scan A 04b33e569a2f

Subscribe to this mod's changes

fixer is an agent published in the GitHub repository luongnv89/skills (121 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,759 tokens. 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-30.