Muhammad Affan

Prcraft - An AI powered CLI that writes PR descriptions for GitHub

by
prcraft generates high quality PR titles and descriptions from the git diff including the surrounded context of the code . It auto detects the base branch , supports multiple templates (brief , technical and detailed) . Follows best PR practices and outputs a clean JSON ready content . Built as a fast , local-first CLI with zero UI gimmick . Just run prcraft and ship better code.

Add a comment

Replies

Best
Muhammad Affan
Staring at empty PR fields is a real pain . The code will only be merged if the PR is correct and addresses the what and why the change is needed . With the increasing AI automation in every field , I had the idea of building a project which is developer friendly and runs literally in any terminal . I started with : -GroqAI -Nodejs -ChalkJs(for coloured text in output ) and commanderJs (for passing multiple flags) Then i finished the basic core of the project with no templates . I later added three templates to choose from according to the need and the length of code .