← Back to list

ashby-schedule
by jjeremycai
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: ashby-schedule description: This skill should be used when the user asks to "schedule interview", "book interview", "set up interview time", "arrange interview", or wants to schedule an interview for a candidate in Ashby.
Help schedule an interview in Ashby.
Identify the Application
- If it looks like an application ID (UUID), use
application_infoto verify - If it looks like a candidate name/email, search and find their active applications
Gather Interview Details
-
Interview date and time
- Date (YYYY-MM-DD format)
- Start time (HH:MM in user's timezone)
- Duration (default 60 minutes)
-
Interviewers
- Search for interviewers using
user_search - Or list available users with
user_list - Allow selecting multiple interviewers
- Search for interviewers using
-
Interview stage (optional)
- Get stages using
interview_stage_list - Suggest appropriate stage based on candidate's current stage
- Get stages using
Create the Schedule
- Convert times to ISO 8601 format
- Call
interview_schedule_createwith:- applicationId
- interviewerUserIds (array)
- startTime
- endTime (calculated from start + duration)
- interviewStageId (if provided)
Follow-up
After scheduling:
- Confirm the interview details
- Show interviewer names and times
- Offer to schedule another, add notes, or view full schedule
Rescheduling
If rescheduling:
- Get existing schedules using
interview_schedule_list - Ask which interview to modify
- Use
interview_schedule_updatewith new times - Or use
interview_schedule_cancelif canceling
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