Bi-weekly Express Entry draw check
IRCC publishes draws roughly every two weeks. Check the official source and update lib/draws.ts if a new draw has been published.
Official source:
https://www.canada.ca/en/immigration-refugees-citizenship/services/immigrate-canada/express-entry/submit-profile/rounds-invitations.html
If there's a new draw, run:
npx ts-node scripts/add-draw.ts \
--type "All programs" \
--date "Jul 2, 2026" \
--cutoff 491 \
--invited 4500
Then verify and commit:
git diff lib/draws.ts
git add lib/draws.ts && git commit -m "draws: <date> <type> cutoff <score>"
git push
If no new draw yet: close this issue — next reminder in ~2 weeks.
Supported --type values: All programs · Canadian Experience Class · Federal Skilled Worker · Provincial Nominee Program · French Language Proficiency
Bi-weekly Express Entry draw check
IRCC publishes draws roughly every two weeks. Check the official source and update
lib/draws.tsif a new draw has been published.Official source:
https://www.canada.ca/en/immigration-refugees-citizenship/services/immigrate-canada/express-entry/submit-profile/rounds-invitations.html
If there's a new draw, run:
Then verify and commit:
If no new draw yet: close this issue — next reminder in ~2 weeks.