analyze_evidence_profile
Analyze a GitHub repository or user profile to infer skills and generate a personalized learning roadmap for a target career pathway.
Instructions
Analyze a GitHub repository OR a GitHub user profile URL and generate a learning roadmap. If a GitHub profile URL is provided, automatically inspect the user's public repositories to infer skills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | HTTPS GitHub URL or owner/repo identifier (e.g. https://github.com/vercel/next.js or vercel/next.js). Optional if using profile-only mode. | |
| options | No | ||
| pathway | No | Career pathway for the skill evidence matrix. | full-stack-developer |
| profileRef | No | Optional LinkedIn profile reference (if includeLinkedIn true, uses demo profile when no token is present). | |
| includeLinkedIn | No | If true, include user-authorized LinkedIn profile as self-reported context. |