cn-ib-cross-document-check

cn-ib-cross-document-check is a skill for Codex from Qiushen-first/cn-investment-banking-skills. It costs 115 tokens per session (1,162 once invoked), scanned A, original, Apache-2.0.

A workflow for comparing Chinese investment-banking documents, such as prospectuses, audit reports, legal opinions, and regulatory replies. It checks whether facts match while accounting for differences in period, entity, scope, unit, and definition.

In plain words
What is it for?
Use it to compare figures, dates, names, definitions, and disclosures across filing documents, preserve the source of each fact, and flag matters that need professional confirmation.
Why use it?
It separates real contradictions from harmless rounding, missing disclosures, or differences caused by document versions and accounting boundaries.

Skill for Codex

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

Good fit Use it to compare figures, dates, names, definitions, and disclosures across filing documents, preserve the source of each fact, and flag matters that need professional confirmation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qiushen-first/cn-investment-banking-skills/cn-ib-cross-document-check
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-cross-document-check
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-cross-document-check

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/qiushen-first/cn-investment-banking-skills/cn-ib-cross-document-check"><img src="https://agentmods.dev/badge/skills/qiushen-first/cn-investment-banking-skills/cn-ib-cross-document-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,162 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.00115 $0.01162
Opus 5 $0.00057 $0.00581
Sonnet 5 $0.00023 $0.00232
Haiku 4.5 $0.00012 $0.00116

Measured 12d ago against content hash 7a8270ee963f, 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-cross-document-check 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 1 executable file (scripts/compare_numeric_claims.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-cross-document-check/SKILL.md · 142 lines

How it starts

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

CN IB Cross-Document Check

Compare multiple filing documents without flattening differences in period, entity, scope, unit, or accounting definition.

Non-negotiable rules

  1. Compare like with like. Match entity, metric definition, period, scope, currency, unit, and pre/post-transaction basis before declaring a conflict.
  2. Preserve provenance for every extracted fact: document, version, page/location, source text, and extraction method.
  3. Treat rounding differences separately from substantive inconsistencies.
  4. Do not decide which document is correct merely because one is newer. Identify the likely source of truth and request confirmation.
  5. Distinguish a missing disclosure from a contradictory disclosure.
  6. Escalate legal, accounting, and regulatory judgments to the responsible professional.

Workflow

1. Build the document manifest

Read references/document-matrix.md. Record for every file:

  • document type;
  • filename and version;
  • document date;
  • reporting period;
  • responsible owner;
  • expected source-of-truth fields;
  • whether the document is draft, signed, filed, feedback response, or registration version.

Never compare files until their versions are identified.

2. Define the comparison dictionary

Start with the high-risk fields relevant to the transaction:

  • issuer and subsidiary names;
  • incorporation and historical dates;
  • share capital, ownership, and per-share figures;
  • revenue, profit, cash flow, assets, liabilities, and margins;
  • customers, suppliers, related parties, and contracts;
  • market share, ranking, capacity, production, and sales volume;
  • fundraising project investment, proceeds, implementation entity, and schedule;
  • risk factors and material event descriptions;
  • sponsor, counsel, accountant, and signatory details.

Define each metric before extraction. Read references/comparison-schema.md.

3. Extract an evidence ledger

Create one row per claim using:

document, version, entity, metric, definition, period, scope,
value, unit, location, source_text, extraction_method, reviewer

Read the full file on GitHub · 142 lines

Files

What ships with it

5 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. 12d ago First seen · 142 lines · 115 tokens per session scan A 7a8270ee963f

Subscribe to this mod's changes

cn-ib-cross-document-check 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 115 tokens to every session and 1,162 once invoked, about $0.0006 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

dcf-model

Build discounted cash flow valuation workbooks in Excel.

NousResearch/hermes-agent · 14 tokens

comps-analysis

Build comparable-company valuation workbooks in Excel.

NousResearch/hermes-agent · 13 tokens

tear-sheet

Generate professional company tear sheets using S&P Capital IQ data via the Kensho LLM-ready API MCP server. Use this skill whenever the user asks for a tear sheet, company one-pager, company profile, fact sheet, company snapshot, or company overview document — especially when they mention a specific company name or…

anthropics/financial-services · 143 tokens

pitch-deck

Populates investment banking pitch deck templates with data from source files. Use when: user provides a PowerPoint template to fill in, user has source data (Excel/CSV) to populate into slides, user mentions populating or filling a pitch deck template, or user needs to transfer data into existing slide layouts. Not…

anthropics/financial-services · 73 tokens

lbo-model

This skill should be used when completing LBO (Leveraged Buyout) model templates in Excel for private equity transactions, deal materials, or investment committee presentations. The skill fills in formulas, validates calculations, and ensures professional formatting standards that adapt to any template structure.

anthropics/financial-services · 57 tokens

ppt-template-creator

Creates self-contained PPT template SKILLS (not presentations) from user-provided PowerPoint templates. Use ONLY when a user wants to create a reusable skill from their template. For creating actual presentations, use the pptx skill instead.

anthropics/financial-services · 51 tokens