get_case_study
Retrieve a detailed PR case study with full frontmatter, body text, and round-by-round interaction history. Analyze past experiences to improve contribution strategy.
Instructions
Get a specific PR case study with full details and rounds.
Returns the complete case study including frontmatter, body text, and round-by-round interaction history. Useful for learning from past PR experiences.
Args: repo: Repository in org/name format pr_number: PR number (integer)
Returns: dict with frontmatter, body, path, or error if not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| pr_number | Yes |