get_developer_analysis
Analyze GitHub developer activity and contributions by entering a username to gain insights into their open source engagement and impact.
Instructions
Get detailed analysis of a GitHub developer, including their activity and contributions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | GitHub username |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"username": {
"description": "GitHub username",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}