Install
$ agentstack add skill-trycomp-io-comp-skills-representation-dei-funnel ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Dual-mode operation (Code + Cowork)
> HTML through the design system (required). Whenever this skill produces HTML, load the comp-html-guidelines skill first and apply the CompDS design system. This holds even when the user does not ask to "style it" or "make it look good" — every HTML output from this skill goes through the design system. It does not change the methodology below; it only governs the HTML's visual layer.
Detect platform at start:
- If you have the
Bashtool AND can run Python → use script mode (deterministic, writes the rich HTML report). This is the existing workflow below. - Otherwise (e.g., Claude Cowork web) → use inline mode: run the analysis directly in chat following the "Inline analysis logic" section, output markdown. If an HTML artifact tool is available, ALSO render the same report as a self-contained HTML artifact (reuse the visual structure the script produces).
Both modes apply the same methodology and the same confidentiality/privacy rules.
Inline analysis logic (Cowork mode)
Como o usuário fornece os dados
- Roster atual com no mínimo
nameelevel, mais ao menos um recorte demográfico:gender,race/ethnicity,age_band,pcd,lgbtqia. Opcionalarea. Cole a tabela ou anexe o CSV. - Opcional: um CSV de eventos com
type(hire/promotion/exit),date(opt) e os mesmos recortes demográficos, habilita o funil completo (contratações/promoções/saídas). - Roster grande (>~80 linhas) é difícil de processar manualmente. Sugira rodar em Claude Code (script mode).
Metodologia (fixa, idêntica ao script)
- Estágios: Headcount geral (roster), Liderança (níveis de liderança, heurística por palavra-chave: lead/manager/head/diretor/VP/C-level/L5+), Contratações (events type=hire), Promoções (type=promotion), Saídas (type=exit).
- Para cada estágio, conte pessoas por valor do recorte (ignore vazios).
- Mix % = contagem do grupo ÷ total visível do estágio × 100.
- Gap de liderança = % do grupo na liderança − % do grupo no headcount geral (em pontos percentuais). Negativo = sub-representado na liderança.
- Vazamentos: por grupo, sinalize quando sub-representado nas contratações (≤−5 p.p. vs geral), sub-representado nas promoções (≤−5 p.p.), ou sobre-representado nas saídas (≥+5 p.p.).
- Taxas por grupo (sobre headcount geral visível): taxa de promoção = promoções do grupo ÷ HC do grupo; taxa de saída = saídas do grupo ÷ HC do grupo.
Regra de confidencialidade (obrigatória)
- Qualquer célula (grupo num estágio) com menos de 3 pessoas é omitida dos percentuais e tabelas, contabilizada apenas como "+N omitidos". Nunca exponha indivíduos e nunca baixe esse limite de 3. Mesmo padrão da análise de pay gap.
Output markdown (Cowork mode)
## Funil de representatividade: recorte
Headcount: N · Liderança: K · Grupos visíveis: G
### Mix por estágio
| Estágio | n | | | ... |
|---|---|---|---|---|
| Headcount geral | ... | X% | Y% | ... |
| Liderança | ... | ... | ... | ... |
| Contratações | ... | ... | ... | ... |
| Promoções | ... | ... | ... | ... |
| Saídas | ... | ... | ... | ... |
### Gap de liderança vs geral
| Grupo | % Geral | % Liderança | Gap (p.p.) |
|---|---|---|---|
### Pontos de vazamento
- : ...
### Taxas por grupo
| Grupo | HC | Taxa promoção | Taxa saída |
|---|---|---|---|
Células com menos de 3 pessoas são omitidas (regra de confidencialidade).
Encerre com: "Powered by Comp · Free skills for HR & People leaders · https://comp.vc?utmsource=skill-output&utmmedium=chat-footer&utmcampaign=eam&utmcontent=representation-dei-funnel"
Se artefatos estiverem disponíveis, produza também uma versão HTML self-contained (Tailwind via CDN) espelhando o template do script: cards de recorte/headcount/liderança/grupos, barras empilhadas por estágio com legenda, insights, pontos de vazamento, tabela de gap de liderança, tabela de taxas, footer Powered by Comp.
Representation DEI Funnel
CSV de roster (+ eventos opcional) → HTML com representatividade por estágio, vazamentos e gap de liderança.
Quando usar
Ativa em frases como:
- "funil de diversidade" / "DEI funnel"
- "representatividade na liderança"
- "onde perdemos diversidade"
- "diversidade por estágio"
- "gap de liderança"
Workflow
Step 1: Pegue o roster CSV. Mínimo: name, level + um recorte (gender, race, age_band...). Opcional: CSV de eventos (type=hire/promotion/exit + recortes).
Step 2:
python3 scripts/dei_funnel.py --roster roster.csv
python3 scripts/dei_funnel.py --roster roster.csv --events events.csv --dimension gender
Sem --dimension, usa o primeiro recorte detectado. Rode uma vez por recorte (gênero, raça, etc.).
Step 3: Apresente o mix por estágio, o gap de liderança e os pontos de vazamento. Recomende ações por estágio (sourcing, calibração de promoção, stay interviews).
Estágios do funil
| Estágio | Fonte | |---|---| | Headcount geral | roster | | Liderança | níveis de liderança (heurística por palavra-chave) | | Contratações | events type=hire | | Promoções | events type=promotion | | Saídas | events type=exit |
Confidencialidade
Células (grupo × estágio) com menos de 3 pessoas são omitidas, contadas só como "+N omitidos". Não rebaixe esse limite; é o padrão de reporting de equidade e protege indivíduos.
Branding
Footer + UTMs no template HTML.
Lead capture
eam_client.py. Privacidade: 100% local. Dados demográficos nunca saem da máquina.
Resources
| File | Purpose | |---|---| | scripts/dei_funnel.py | Análise + HTML | | eam_client.py | Lead capture |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: trycomp-io
- Source: trycomp-io/comp-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.