Generate fix patterns & issue templates from PR history
Project description
🎯 Overview
pulldoc is a tool for communicating repository history to LLM! It analyzes GitHub pull request history and automatically generates modification patterns and issue templates, so you can leverage LLM to improve your team's development efficiency!
🌟 Key Features
📊 Pull Request Collection & Analysis
- Automatic collection of PR history through GitHub API
- Efficient retrieval of PRs within specified ranges
- Structured information for merged and unmerged PRs
🤖 AI-Driven Summary Generation
- Support for multiple LLM models including [Bedrock, Huggingface, VertexAI, TogetherAI, Azure, OpenAI, Groq etc.]
- Flexible summary generation with custom prompts
- Multilingual support
- Efficient batch processing for large data volumes
📈 Intelligent Analysis
- Automatic identification of code fix patterns
- Classification and organization of common issues
- Team development trend analysis
- Generation of reusable templates
🚀 Quick Start
# Set LLM API Key
export OPENAI_API_KEY="your_openai_api_key" or other LLM provider settings
# Set Github Token (Private Only)
export GITHUB_TOKEN="your_github_token"
Using uvx
uvx pulldoc run {owner/repo-name}
💻 Installation
# Install dependencies (uv recommended)
uv add pulldoc
# or use pip
pip install pulldoc
🎯 Basic Usage
pulldoc run {owner/repo-name}
# Options
--start INTEGER # starting point of PR number
--end INTEGER # end point of PR number
--model TEXT # LLM model (default: gpt-4o-mini)
--custom-prompt TEXT # custom prompt
--lang TEXT # language (default: en)
--only-total # generate final summary only.
- Execute individually.
# 1. collect PR data
pulldoc collect owner/repo-name --start 100 --end 200
# 2. summarize collected data
pulldoc summarize owner/repo-name --model us.anthropic.claude-sonnet-4-20250514-v1:0 --lang ja
📁 Output Structure
.pulldoc_result/
└── owner/
└── repo-name/
├── raws/
│ ├── pr_001.json
│ └── pr_002.json
├── summaries/
| ├── batch_001_summary.md
| ├── batch_002_summary.md
├── RULES_FOR_AI.md
└── ISSUE_TEMPLATES.md
🤝 Contributing
We welcome contributions to pulldoc!
- Fork this repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Create a Pull Request
🐛 Bug Reports & Feature Requests
If you discover issues or have ideas for new features, please let us know through Issues.
When reporting bugs, please include the following information:
- Python version
- Command executed
- Error message
- Expected behavior
📄 License
This project is released under the MIT License.
🙏 Acknowledgments
⭐ If this project was helpful, please give it a star! ⭐
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pulldoc-0.2.2.tar.gz.
File metadata
- Download URL: pulldoc-0.2.2.tar.gz
- Upload date:
- Size: 110.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
189036b777ae98441eecda3c22c3a9ac91fbe4636c0f51af9667e8bdaf258961
|
|
| MD5 |
f50c127592667db2cd35ec52543f0204
|
|
| BLAKE2b-256 |
4cb6a8b66c42370882e6e57a6daff802ed001add2d23d4d773782b7dce0d737c
|
File details
Details for the file pulldoc-0.2.2-py3-none-any.whl.
File metadata
- Download URL: pulldoc-0.2.2-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c73b0eaa1be760e98861eb8143966d7b36b75d0af4b1757fda970c79625e42b1
|
|
| MD5 |
3068ecce72a0cda0f060b6346fb7e697
|
|
| BLAKE2b-256 |
7498791c1fe6b579e5cdbe25c782f0ecc4b215732ba720cef8eed09a7946ffed
|