analyze_github
Analyzes a student's public GitHub profile using their student ID to provide repository, language, and activity insights for skill evaluation.
Instructions
Analyze a student's public GitHub profile.
Args:
student_id: The student's UUID.
Returns:
GitHub analysis including repositories, languages, and activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| student_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |