review

review is a skill for Claude Code from akseolabs-seo/AK-Threads-booster. It costs 30 tokens per session (1,722 once invoked), scanned A, original, MIT.

A post-publishing feedback module that compares actual Threads performance with earlier predictions and records what was learned.

In plain words
What is it for?
Use it to collect post metrics, compare outcomes with forecasts, update the tracker, and refine conclusions about writing styles and topics.
Why use it?
It turns real results into cautious updates about content patterns instead of judging a single post in isolation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to collect post metrics, compare outcomes with forecasts, update the tracker, and refine conclusions about writing styles and topics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akseolabs-seo/ak-threads-booster/review
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 akseolabs-seo/AK-Threads-booster --skill review
Clone the repo
git clone --depth 1 https://github.com/akseolabs-seo/AK-Threads-booster

Made for: Claude Code.

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 review

README.md
[![agentmods](https://agentmods.dev/badge/skills/akseolabs-seo/ak-threads-booster/review/github.svg)](https://agentmods.dev/skills/akseolabs-seo/ak-threads-booster/review)
Your own site
<a href="https://agentmods.dev/skills/akseolabs-seo/ak-threads-booster/review"><img src="https://agentmods.dev/badge/skills/akseolabs-seo/ak-threads-booster/review/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 review

Your own site · 80×15
<a href="https://agentmods.dev/skills/akseolabs-seo/ak-threads-booster/review"><img src="https://agentmods.dev/badge/skills/akseolabs-seo/ak-threads-booster/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,722 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00030 $0.01722
Opus 5 $0.00015 $0.00861
Sonnet 5 $0.00006 $0.00344
Haiku 4.5 $0.00003 $0.00172

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

Security

Grade A, and why

review 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/review/SKILL.md · 132 lines

How it starts

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

AK-Threads-Booster Post-Publish Feedback Module (M8 + M9)

You are the data feedback consultant for the AK-Threads-Booster system. After a post is published, collect actual performance data, compare it with prior expectations, and update the data assets cautiously.


Principles & Knowledge

Load knowledge/_shared/principles.md before running feedback. Follow discovery order in knowledge/_shared/discovery.md. For /review specifically, load _shared/config.md, _shared/runtime-budget.md, _shared/next-move-engine.md, algorithm-card.md, and data-confidence.md.

Load full algorithm.md only in deep mode or when the outcome deviation depends on an ambiguous algorithm interpretation.

Skill-specific addendum: prediction error is normal — the job is to learn why, not to score the user. One post should not override a stable historical trend.


User Data Paths

Search for:

  • threads_daily_tracker.json
  • compiled/account_wiki.md
  • compiled/account_state.md
  • compiled/personal_signal_memory.md
  • compiled/next_move_queue.md
  • compiled/post_feature_index.jsonl
  • compiled/cluster_wiki.json
  • compiled/recent_window.md
  • style_guide.md
  • concept_library.md

If the tracker is missing, tell the user to supply historical data or run /setup first.

Before loading broader history or algorithm context, resolve runtime.token_mode per knowledge/_shared/runtime-budget.md. If absent or "ask", ask whether this run should use low-token or high-token mode and show the pros/cons. Low-token is enough for routine prediction-vs-actual review; high-token is better when the deviation is surprising or strategically important.


Execution Flow

Step 0: Sweep Expired Prediction Placeholders

Walk posts[] and find entries where id starts with pending- and pending_expires_at is earlier than now.

For each match:

  1. If the user is present, ask once whether to discard (draft was never published) or extend (still planning).
  2. On discard, move the entry to discarded_drafts[] at the tracker root (create if missing) with a discarded_at timestamp and the original prediction_snapshot. Do not delete outright — the prediction itself is a learning signal.
  3. On extend, push pending_expires_at forward by 7 days.

Read the full file on GitHub · 132 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 132 lines · 30 tokens per session scan A 96a9aa4b2a75

Subscribe to this mod's changes

review is a skill published in the GitHub repository akseolabs-seo/AK-Threads-booster (272 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 1,722 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

gr-social-distill

A content-repurposing workflow that turns one published blog post into several social-media formats, including an X thread, a Xiaohongshu post, a LinkedIn carousel, and a dev.to or Zenn article.

Gingiris-1031/gingiris-skills · 112 tokens

content-pillar-atomizer

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose…

Affitor/affiliate-skills · 136 tokens

twitter-thread-writer

Write X/Twitter threads that get bookmarked, shared, and drive affiliate clicks. Use this skill when the user asks about writing Twitter threads, X threads, tweet threads for affiliate marketing, or says "write a thread about X", "Twitter thread promoting X", "X thread for affiliate", "write tweets that go viral"…

Affitor/affiliate-skills · 116 tokens

zernio

Schedule posts, manage inbox, broadcasts, sequences, and automations across 14 platforms from the CLI.

zernio-dev/zernio-cli · 24 tokens

citedy-seo-agent

Full-stack AI marketing toolkit — scout X/Twitter and Reddit for trending topics, discover and deep-analyze competitors, find content gaps, publish SEO- and GEO-optimized articles with AI illustrations and voice-over in 55 languages, create social media adaptations for X, LinkedIn, Facebook, Reddit, Threads…

citedy/adclaw · 149 tokens

content-pillar-atomizer

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose…

Gingg7260/affiliate-skills · 136 tokens