summarize_github_repo
Generate a PDF report summarizing a public GitHub repository, including codebase analysis, recent commits, and suggested improvements.
Instructions
Generate a PDF report summarizing a public GitHub repository.
The PDF contains the repository's metadata, an LLM-written technical summary of the codebase, the most recent commits, and a list of suggested improvements.
Args: repo_url: A public GitHub repository URL (e.g. https://github.com/owner/repo) or "owner/repo" shorthand. output_dir: Directory where the PDF will be written. Defaults to the current working directory.
Returns: The absolute path of the generated PDF file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_url | Yes | ||
| output_dir | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |