cn-ib-inquiry-response-review

cn-ib-inquiry-response-review is a skill for Codex from Qiushen-first/cn-investment-banking-skills. It costs 118 tokens per session (1,065 once invoked), scanned A, original, Apache-2.0.

A review aid for Chinese IPO and refinancing responses to questions from regulators such as stock exchanges or the China Securities Regulatory Commission.

In plain words
What is it for?
It is for reviewing inquiry letters, feedback responses, multi-round submissions, question breakdowns, sponsor or other intermediary procedures, and related prospectus changes.
Why use it?
It checks whether each part of a regulatory question has been answered with evidence, documented intermediary checks, clear opinions, and matching filing updates. It also highlights contradictions and possible follow-up risks.

Skill for Codex

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

Good fit It is for reviewing inquiry letters, feedback responses, multi-round submissions, question breakdowns, sponsor or other intermediary procedures, and related prospectus changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qiushen-first/cn-investment-banking-skills/cn-ib-inquiry-response-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 Qiushen-first/cn-investment-banking-skills --skill cn-ib-inquiry-response-review
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-inquiry-response-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/qiushen-first/cn-investment-banking-skills/cn-ib-inquiry-response-review"><img src="https://agentmods.dev/badge/skills/qiushen-first/cn-investment-banking-skills/cn-ib-inquiry-response-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,065 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.00118 $0.01065
Opus 5 $0.00059 $0.00532
Sonnet 5 $0.00024 $0.00213
Haiku 4.5 $0.00012 $0.00106

Measured 12d ago against content hash af1681d38985, 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-inquiry-response-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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/review_inquiry_matrix.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-inquiry-response-review/SKILL.md · 116 lines

How it starts

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

CN IB Inquiry Response Review

Turn each regulatory question into an auditable set of answer obligations, then test whether the response and intermediary work actually satisfy them.

Principles

  1. Review against the regulator's verbs and subquestions, not only the response headings.
  2. Separate the issuer's explanation from sponsor, counsel, and accountant procedures and opinions.
  3. A conclusion without evidence is incomplete; a procedure without procedure evidence is not demonstrated.
  4. Track whether material response content is synchronized into the prospectus or other filing.
  5. Compare rounds so that a new explanation does not silently contradict an earlier response.
  6. Mark judgment calls and likely follow-up questions explicitly.

Workflow

1. Establish scope

Confirm the inquiry round, regulator, board, filing version, response cut-off, responsible intermediaries, and documents in scope. Preserve the original question numbering and wording.

2. Decompose every question

Read references/question-decomposition.md. Split the question by:

  • each operative verb such as 说明, 披露, 量化分析, 核查, or 发表明确意见;
  • each period, entity, product, transaction, and exception;
  • each addressed party;
  • each requested comparison, explanation, evidence item, and filing update.

Use one row per atomic obligation and addressee in assets/inquiry-review-template.csv. Do not combine issuer disclosure and intermediary opinion in one untestable row.

3. Test the issuer response

For each issuer item, determine whether it is answered, partial, unanswered, or genuinely not_applicable. Check:

  • direct answer to the requested point;
  • relevant facts, periods, units, definitions, and denominators;
  • quantitative support where the question requests it;
  • explanation of exceptions and adverse evidence;
  • exact source or filing locator;
  • consistency with prior rounds and other filing documents.

Read references/response-quality.md before classifying completeness.

Read the full file on GitHub · 116 lines

Files

What ships with it

6 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 · 116 lines · 118 tokens per session scan A af1681d38985

Subscribe to this mod's changes

cn-ib-inquiry-response-review 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 118 tokens to every session and 1,065 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

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