PPQS
WILD CORPUS · github_awesome

PQS 52 (C) - prompt from raw.githubusercontent.com

Source: raw.githubusercontent.com · Scraped 2026-05-04 · Scored 2026-05-04

Score

C
52 / 80
gemma4:latest · local · pqs-v2.0 · canonical
Clarity9 / 10
Specificity8 / 10
Context9 / 10
Constraints6 / 10
Output format7 / 10
Role definition5 / 10
Examples1 / 10
CoT structure7 / 10

The prompt

---
allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*)
description: Create a git commit
---

## Context

- Current git status: !`git status`
- Current git diff (staged and unstaged changes): !`git diff HEAD`
- Current branch: !`git branch --show-current`
- Recent commits: !`git log --oneline -10`

## Your task

Review the existing changes and then create a git commit following the conventional commit format. If you think there are more than one distinct change you can create multiple commits.

This prompt was scraped from a public source. The score reflects the input as written, not the quality of any output it produced. The AI input quality problem is the gap between what people type and what the model can act on.