Automated Exercism Mentor Review Chasing
Every morning, WebRun opens Exercism, checks the mentor queue for student solutions waiting more than 3 days for review, logs each one to a Trello board, and drafts a WhatsApp nudge to the assigned mentor.
How do I keep the Exercism mentor review queue from backing up?
WebRun checks the Exercism mentor queue every morning for student solutions waiting more than 3 days for review. It logs each overdue one to a Trello board and drafts a WhatsApp nudge to the assigned mentor, so a volunteer mentoring program stays responsive without the coordinator checking the queue by hand.
- Overdue mentor reviews surface every morning instead of piling up
- Mentors get a light, human reviewed nudge instead of a system email
- The queue board always shows exactly who's behind
Built for Exercism mentoring programs · coding bootcamps · open source mentoring leads · coding clubs
What does WebRun do on every run?
The exact actions WebRun takes, in order - in plain language, so you can adjust anything.
-
WebRun signs in and gets to work
Opens
exercism.orgin a real browser with your saved login - no setup, no API keys. -
1
Exercism - check the mentor queue
- Open the Exercism mentor dashboard and review the pending queue
- Check how long each submitted solution has been waiting
- Flag any solution waiting more than 3 days for review
Done when Every pending solution has been checked against the 3 day threshold.
-
2
Trello - log overdue reviews
WebRun opens Trello to log overdue reviews. - Add a card for each overdue solution with the track, exercise, and mentor
- Move existing cards to Reviewed once they're picked up
- Keep the board sorted by longest waiting first
Done when Every overdue solution has a card on the mentor queue board.
-
3
WhatsApp - draft a mentor nudge
WebRun opens WhatsApp to draft a mentor nudge. - Draft a short nudge to the assigned mentor listing their overdue reviews
- Keep the tone light, mentors are volunteers
- Queue the draft for the program coordinator to send. WebRun never messages mentors on its own
Done when A draft nudge exists for every mentor with an overdue review.
How is each run configured?
Secure by default
Connect once, stays signed in
WebRun signs in once and keeps each session in a persistent environment, so every run picks up right where it left off.
Every action is checked against this policy before it runs.
Questions, answered
Will it message mentors without approval?
No. WebRun only drafts the WhatsApp nudge. The program coordinator reviews and sends it, since mentors are volunteers and tone matters.
What counts as overdue?
A solution waiting more than 3 days for review. Treat that as a guideline for a volunteer program, not a hard deadline.
Does it track which mentor a solution is assigned to?
Yes. Each Trello card and nudge is tied to the mentor the solution is actually assigned to in Exercism.
Put this on autopilot.
Turn it on in minutes - or have our team set it up for you.