Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Dr Propose Fix

ASecurity

Design the smallest correct DeepReason fix for a reproduced cause, as FIX.md. No code changes yet. Use after REPRO.md confirms the diagnosis.

142 stars
0 votes
0 copies
0 views
Added 9/19/2026
testinggo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add AHepi/DeepReason --skill dr-propose-fix --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Dr Propose Fix?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Dr Propose Fix
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ahepi-dr-propose-fix/badge)](https://www.skillsdirectory.com/skills/ahepi-dr-propose-fix)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: dr-propose-fix
description: Design the smallest correct DeepReason fix for a reproduced cause, as FIX.md. No code changes yet. Use after REPRO.md confirms the diagnosis.
---

# Propose the fix

Input: DIAGNOSIS.md + REPRO.md. Output: FIX.md. You may read code
freely now, but you still change nothing.

## Design rules (DeepReason-specific)

- **Smallest semantic change that makes the reproduction invert.** If
  a comparison is wrong, fix the comparison — do not redesign the data
  it compares.
- **The record is law.** Never change what is WRITTEN to the
  append-only record to fix what is READ from it. Fix readers
  (validators, gates, accessors) so old committed roots stay valid.
  A fix that invalidates existing replay-valid roots is wrong by
  definition.
- **Frozen surfaces need a flag, not a patch.** Anything that alters
  state digests, event application order, manifest schemas, or
  qualification subjects is out of a normal tranche: FIX.md must say
  so and stop for operator approval.
- **Budgets and priorities are guarantees.** A scheduling or budget
  fix must state the guarantee in one sentence ("the operator's seed
  question always wins rank ties"; "simulation budgets meter only
  simulation records") and the fix must make that sentence true in
  EVERY selection/gate path, not just the default one.
- **Counters count one thing.** When filtering a pooled collection,
  filter by type (`isinstance`) at every consumer, and check for the
  mirror-image bug in the sibling capability before declaring done —
  note it in PARKED.md if real.

## FIX.md template

    # Fix: <one line>
    Guarantee restored: <one sentence>
    Change sites (exhaustive):
      - <file:line-range> — <what changes, one line each>
    Regression artifact: <the REPRO artifact that must invert, plus
      any NEW conditions this fix must be tested against>
    Existing tests at risk: <tests whose fixtures assumed the old
      behavior, from grep — name them and say whether each will be
      updated (fixture was defect-dependent) or must keep passing>
    Explicitly not changed: <the tempting neighbor, and why>
    Estimated diff: <n> lines across <n> files (must be <=150)

## Approval gate

- Class `defect` (per GOAL.md) with diff estimate <=150 lines and no
  frozen surface: proceed to `dr-implement-fix`.
- Anything else: stop, present FIX.md, await operator direction.

## Exit criteria

- FIX.md committed and pushed. No production code changed.
- Return to the orchestrator.

Attribution

AHepiAHepi
View sourceMore from AHepi →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

393431 votes

Python Testing

使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。

2456590 votes

Tdd Workflow

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

2456590 votes

Springboot Tdd

使用JUnit 5、Mockito、MockMvc、Testcontainers和JaCoCo进行Spring Boot的测试驱动开发。适用于添加功能、修复错误或重构时。

2456590 votes

Eval Harness

克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则

2456590 votes
View all in testing →