用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Changhochien/financial-services-hermes --skill deal-screening命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when financial-services work requires processes an earnings event end to end — reads the call transcript and filings, updates the coverage model, and drafts the post-earnings note. Use when a covered name reports; for a single name interactively, or fanned out across a coverage list as a managed agent..
Use when financial-services work requires reconciles general ledger to subledger across asset classes for a trade date — finds breaks, traces root cause, and routes the exception report for sign-off. Use for daily or month-end recon runs; not for journal-entry posting (use month-end-closer for that)..
Use when financial-services work requires parses an onboarding document packet, runs the firm's KYC/AML rules engine, screens against sanctions and PEP lists, and flags gaps for escalation. Use for new-client onboarding or periodic refresh — not for transaction monitoring..
基于 SOC 职业分类
正在显示 SKILL.md
| name | deal-screening |
| description | Use when financial-services work requires deal Screening. |
| version | 0.1.0 |
| author | Changhochien |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["financial-services","private-equity"],"related_skills":[]}} |
description: Quickly screen inbound deal flow — CIMs, teasers, and broker materials — against the fund's investment criteria. Extracts key deal metrics, runs a pass/fail framework, and outputs a one-page screening memo. Use when reviewing new deal flow, triaging inbound materials, or deciding whether to take a first call. Triggers on "screen this deal", "review this CIM", "should we look at this", "triage this teaser", or "deal screening".
From the provided CIM, teaser, or description, extract:
Apply the fund's investment criteria (ask user if not known):
| Criterion | Target | Actual | Pass/Fail |
|---|---|---|---|
| Revenue range | |||
| EBITDA range | |||
| EBITDA margin | |||
| Growth profile | |||
| Sector fit | |||
| Geography | |||
| Deal size / EV | |||
| Valuation (x EBITDA) | |||
| Customer concentration | |||
| Management continuity |
Provide a 3-part assessment:
One-page screening memo suitable for sharing with partners or an IC quick screen.
This skill was packaged from pi-financial-services source path plugins/vertical-plugins/private-equity/skills/deal-screening for the Hermes financial-services profile. Use institutional data connectors first when available, cite sources, and stage outputs for qualified human review.