get_submission_detail
Fetch detailed submission data for hackathon evaluations by parsing issue templates, extracting scoring information, and retrieving repository READMEs while maintaining anonymity during scoring.
Instructions
Fetch detailed submission data for the specified Issue number.
Parses each section of the Issue template and returns scoring data.
GitHub Username is hidden during scoring to eliminate bias, but
retained as the github_username field for report output.
If repo_url points to a GitHub repository, the README is also fetched.
Args:
issue_number: The Issue number to fetch.
Returns:
A dictionary containing detailed submission information.
Raises:
RuntimeError: When gh command execution fails.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_number | Yes |