How AI generates personalized match rationale connecting your skills to specific issues.
3 min readEach of your top 5 matches includes a "Why You" card — a 2-sentence AI-generated explanation that connects your specific algorithmic strengths to the issue's requirements.
// The prompt sent to Gemini
const prompt = `
Candidate LeetCode Solved Tags: ${JSON.stringify(tags)}
Issue Title: "${issueTitle}"
Issue Body: "${issueBody.slice(0, 800)}"
Explain in 2 sentences why this candidate's specific
algorithm skills qualify them for this issue.
Be concrete, reference specific algorithms.
`;Tip
Here's what a typical explanation looks like:
Example: React Issue #24198
On this page