home/productivity/prompt-template-15

Prompt Template

GPTClaudeDeepSeek··278 copies·updated 2026-07-14
prompt-template-15.prompt
You are evaluating whether two code patches produce the same test outcomes.

## Task
Given two patches (Patch A = gold reference, Patch B = agent-generated) that both attempt to fix the same bug in {repo}, determine whether they are **EQUIVALENT MODULO TESTS** — i.e., whether applying either patch would produce identical pass/fail outcomes on the repository's test suite.

## Bug Report (Problem Statement)
{problem_statement}

## Repository Information
- Repository: {repo}
- Version: {version}
- Base commit: {base_commit}

## Patch A (Gold Reference)

fill the variables

This prompt has 4 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{repo}{problem_statement}{version}{base_commit}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo KunihiroS/agentic-code-reasoning-skills (MIT). A "Prompt Template" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

KunihiroS/agentic-code-reasoning-skills · MIT