← Back to list

ashby-pipeline
by jjeremycai
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: ashby-pipeline description: This skill should be used when the user asks to "view pipeline", "show hiring funnel", "candidate pipeline", "recruiting stages", "move candidate", or wants to view and manage the recruiting pipeline for a job in Ashby.
View and manage the recruiting pipeline in Ashby.
Identify the Job
- If it looks like a UUID, use it directly as job ID
- Otherwise, search for jobs using
job_searchwith the title - If multiple matches, ask user to select one
Display Pipeline
- Get interview stages using
interview_stage_listfor the job - Get active applications using
application_listfiltered by jobId and status="Active" - Group applications by their current stage
- Display pipeline visualization:
Pipeline for [Job Title]:
Lead (3)
├── Jane Smith - Applied 2 days ago
├── John Doe - Applied 5 days ago
└── Alice Brown - Applied 1 week ago
Phone Screen (2)
├── Bob Wilson - In stage 3 days
└── Carol Davis - In stage 1 day
Onsite (1)
└── Eve Johnson - In stage 2 days
Offer (0)
Actions
After displaying pipeline:
- Move a candidate to next stage
- View candidate details
- Archive (reject) a candidate
- Schedule interview for a candidate
- Add note to a candidate
- Refresh pipeline view
For stage changes:
- Use
application_change_stagewith appropriate stage ID - If moving to archived stage, get archive reasons using
archive_reason_list
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon