cn-ib-filing-refresh-control

cn-ib-filing-refresh-control is a skill for Codex from Qiushen-first/cn-investment-banking-skills. It costs 106 tokens per session (1,153 once invoked), scanned A, original, Apache-2.0.

A controlled process for updating Chinese IPO or fundraising filings when reporting periods, transaction details, inquiry responses, or document versions change.

In plain words
What is it for?
Use it to plan reporting-period updates, compare old and new versions, update financial data, synchronize inquiry responses, find stale wording, and record review evidence.
Why use it?
It prevents updates from being limited to simple search-and-replace edits and helps ensure one changed fact is reflected everywhere it affects the filing.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to plan reporting-period updates, compare old and new versions, update financial data, synchronize inquiry responses, find stale wording, and record review evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qiushen-first/cn-investment-banking-skills/cn-ib-filing-refresh-control
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 Qiushen-first/cn-investment-banking-skills --skill cn-ib-filing-refresh-control
Clone the repo
git clone --depth 1 https://github.com/Qiushen-first/cn-investment-banking-skills

Made for: 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 cn-ib-filing-refresh-control

README.md
[![agentmods](https://agentmods.dev/badge/skills/qiushen-first/cn-investment-banking-skills/cn-ib-filing-refresh-control/github.svg)](https://agentmods.dev/skills/qiushen-first/cn-investment-banking-skills/cn-ib-filing-refresh-control)
Your own site
<a href="https://agentmods.dev/skills/qiushen-first/cn-investment-banking-skills/cn-ib-filing-refresh-control"><img src="https://agentmods.dev/badge/skills/qiushen-first/cn-investment-banking-skills/cn-ib-filing-refresh-control/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 cn-ib-filing-refresh-control

Your own site · 80×15
<a href="https://agentmods.dev/skills/qiushen-first/cn-investment-banking-skills/cn-ib-filing-refresh-control"><img src="https://agentmods.dev/badge/skills/qiushen-first/cn-investment-banking-skills/cn-ib-filing-refresh-control.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,153 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.00106 $0.01153
Opus 5 $0.00053 $0.00576
Sonnet 5 $0.00021 $0.00231
Haiku 4.5 $0.00011 $0.00115

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

Security

Grade A, and why

cn-ib-filing-refresh-control 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 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/compare_docx_text.py, scripts/review_refresh_register.py, scripts/scan_stale_terms.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/cn-ib-filing-refresh-control/SKILL.md · 119 lines

How it starts

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

CN IB Filing Refresh Control

Treat a filing refresh as a controlled change program, not a search-and-replace exercise.

Principles

  1. Start from refresh drivers and dependencies before editing individual documents.
  2. Distinguish changed facts, changed periods, changed conclusions, and presentation-only edits.
  3. Propagate one source change to every downstream table, narrative, risk factor, opinion, and filing.
  4. Preserve old/new lineage and explain intentional non-updates.
  5. Require independent review and closure evidence for material changes.
  6. Scan for stale terms after editing, but treat search hits and non-hits as review leads only.
  7. Apply changes to existing Word filings as native tracked revisions by default.

Workflow

1. Define the refresh baseline

Record:

  • old and new reporting cut-offs;
  • documents and versions in scope;
  • refresh drivers: new audit period, transaction change, inquiry response, rule change, corporate event, or correction;
  • approved new source documents;
  • freeze date, owners, reviewers, and delivery deadline.

Read references/refresh-drivers.md and build a driver-to-document impact map.

2. Build the refresh register

Use assets/refresh-register-template.csv. Create one row for each affected disclosure unit, not one row per entire document. Record old/new source, period, value, unit, change type, downstream documents, update locator, consistency review, and closure evidence.

Read references/change-taxonomy.md before classifying changes.

3. Execute in dependency order

Recommended order:

  1. approve new source data and definitions;
  2. update core financial and operating tables;
  3. reperform totals, ratios, changes, and CAGR;
  4. update narrative analysis, trends, risk factors, and conclusions;
  5. propagate changes to sponsor, legal, accounting, inquiry, and summary documents;
  6. update dates, defined terms, cross-references, contents, appendices, and signatures;
  7. run stale-term and cross-document checks.

Read the full file on GitHub · 119 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. 12d ago First seen · 119 lines · 106 tokens per session scan A 14615bdb99fd

Subscribe to this mod's changes

cn-ib-filing-refresh-control is a skill published in the GitHub repository Qiushen-first/cn-investment-banking-skills (101 stars, last pushed 26d ago), licensed Apache-2.0. It adds 106 tokens to every session and 1,153 once invoked, about $0.0005 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

expense-review-policy

Review invoices and contracts against accounts-payable policy before human approval.

openai/openai-cookbook · 17 tokens

kyc-doc-parse

Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the first step of KYC screening; output feeds the rules engine.

anthropics/financial-services · 49 tokens

audit-support

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

anthropics/knowledge-work-plugins · 45 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

regulatory-analysis

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

open-gitagent/opengap · 59 tokens

subcontractor-payment-tracker

Track subcontractor payments, lien waivers, and compliance. Manage payment schedules and documentation.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 25 tokens