A template repository showing DocuCraft in action.
Every PR in this repo gets an auto-generated description by DocuCraft:
- Open a PR — make any change and open a pull request
- Watch — DocuCraft automatically writes a structured description
- Review — clear, categorized summary of what changed and why
- Click "Use this template" → create your own copy
- Edit any file and open a PR
- See DocuCraft generate the description automatically
This repo runs DocuCraft on every PR:
name: DocuCraft
on: pull_request
permissions:
contents: read
pull-requests: write
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: CreativeCodingSolutions/docucraft@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}