triage

GitHub

快速评分扫描结果中的职位,按匹配度排序并推荐适合全面评估的候选人。通过标题、要求和后勤维度打分,将职位分为推荐、待定和跳过三类,更新管道状态并提供后续评估建议。

Trigger Scenarios

triage my pipeline which scanned jobs should I apply to rank my pipeline process my scan results

Install

npx skills add andrew-shwetzer/career-ops-plugin --skill triage -g -y
More Options

Use without installing

npx skills use andrew-shwetzer/career-ops-plugin@triage

指定 Agent (Claude Code)

npx skills add andrew-shwetzer/career-ops-plugin --skill triage -a claude-code -g -y

安装 repo 全部 skill

npx skills add andrew-shwetzer/career-ops-plugin --all -g -y

预览 repo 内 skill

npx skills add andrew-shwetzer/career-ops-plugin --list

SKILL.md

Frontmatter
{
    "name": "triage",
    "description": "Quick-score your pipeline of scan results. Ranks every role in your pipeline by fit and recommends which ones deserve a full evaluation. Use when someone says 'triage my pipeline', 'which scanned jobs should I apply to', 'rank my pipeline', or 'process my scan results'.",
    "allowed-tools": [
        "Read",
        "Write",
        "Glob",
        "WebFetch"
    ],
    "argument-hint": "['all' or company name to triage]",
    "user-invocable": true
}

Triage Pipeline

Quick-score scan results to find the best candidates for full evaluation.

Step 0: Load Context

  1. Read data/profile.yml
  2. Read data/pipeline.md - the queue from scan results
  3. Read data/applications.md - exclude already-tracked roles

If pipeline is empty:

"Your pipeline is empty. Scan some companies first: say 'scan {company name}' or 'scan all' for your watchlist."

Step 1: Determine Scope

  • No argument / "all": Process every "New" entry in pipeline
  • Company name: Process only that company's entries
  • Number limit: "triage top 10" -> process first 10 by relevance

Step 2: Quick-Score Each Role

For each pipeline entry with status "New":

  1. Fetch the full JD if only a URL is stored (use WebFetch)
  2. If WebFetch unavailable, score based on title + location only (partial)
  3. Quick-score on 3 dimensions:
    • Title fit (0-5): How well does the title match target roles?
    • Requirements fit (0-5): If JD available, how many requirements match?
    • Logistics fit (0-5): Location, seniority, compensation range match?
  4. Average = quick score out of 5.0

This is FAST scoring. No blocks A-F. No STAR stories. Just a fit check.

Step 3: Rank & Recommend

Sort by quick score, descending.

## Pipeline Triage: {date}

Scored **{n}** roles from your pipeline.

### Recommended for Full Evaluation (score >= 3.5)

| # | Company | Role | Quick Score | Why |
|---|---|---|---|---|
| 1 | {company} | {title} | {score}/5 | {one-line reason} |
| 2 | ... | ... | ... | ... |

### Maybe (score 2.5-3.4)

| # | Company | Role | Quick Score | Why |
|---|---|---|---|---|
| ... | | | | |

### Skip (score < 2.5)

| # | Company | Role | Quick Score | Why |
|---|---|---|---|---|
| ... | | | | {why it doesn't fit} |

Step 4: Update Pipeline

Update data/pipeline.md:

  • Add quick score to each entry
  • Change status from "New" to "Triaged"

Step 5: Next Steps

"Top {n} roles are worth a full evaluation.

Want me to:

  • Evaluate the top pick? Say 'evaluate {company} {role}'
  • Evaluate all recommended? I'll work through them one by one
  • Scan more companies? Say 'scan {company}'"

If user says "evaluate all recommended," process each sequentially using the evaluate skill, pausing between each for user confirmation.

Version History

  • ae447d7 Current 2026-07-11 16:55

Same Skill Collection

skills/apply/SKILL.md
skills/compare/SKILL.md
skills/evaluate/SKILL.md
skills/help/SKILL.md
skills/outreach/SKILL.md
skills/research/SKILL.md
skills/scan/SKILL.md
skills/tailor-resume/SKILL.md
skills/track/SKILL.md

Metadata

Files
0
Version
ae447d7
Hash
7cf82e55
Indexed
2026-07-11 16:55

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-12 16:21
浙ICP备14020137号-1 $Гость$