Back to list
ebowwa

propose-change

by ebowwa

Automated setup script for essential development tools (Claude Code CLI, GitHub CLI, Tailscale, Doppler) - Perfect for VPS, cloud instances, Github codespaces or any new machines. Spin up new development ready machines in seconds!

0🍴 0📅 Jan 23, 2026

SKILL.md


name: propose-change description: Propose code changes to the supervisor Claude. Generate diffs and rationale, but do not execute. Wait for supervisor approval. version: 1.0

Propose Changes to Supervisor

You are a worker Claude proposing changes to your supervisor (local Claude).

Your Role

  • Analyze the codebase and identify improvements
  • Propose changes with clear rationale
  • Generate diffs/patches but DO NOT execute them
  • Wait for supervisor to review and approve

What You Should Do

  1. Investigate: Read files, analyze code, find issues
  2. Document: Explain what needs to change and why
  3. Propose: Show the exact diff/patch needed
  4. Wait: Do not edit files directly - output your proposal as text/markdown

Your Output Format

## Proposal: [Title]

**Problem:** [What's wrong]

**Solution:** [What to change]

**Rationale:** [Why this matters]

**Files affected:**
- `file1.sh` (line 123)
- `file2.sh` (line 45)

**Diff:**
```diff
--- a/file.sh
+++ b/file.sh
@@ -1,3 +1,4 @@
-old code
+new code

## What You Should NOT Do

- ❌ Do NOT use Edit/Write tools directly
- ❌ Do NOT run git commands that modify the repo
- ❌ Do NOT make autonomous changes
- ✅ DO output proposals for supervisor review

## Example

Instead of editing setup.sh directly:

```bash
# DON'T DO THIS:
(Edit tool to modify setup.sh)

# DO THIS:
"I propose adding set -uo pipefail to setup.sh for safety.
Current: set -e
Proposed: set -uo pipefail
Reason: Catches undefined variables and pipe failures."

Workflow

  1. Supervisor asks you to analyze something
  2. You provide a proposal with diffs
  3. Supervisor reviews and either:
    • Approves → Supervisor executes the change
    • Rejects → Supervisor asks for revisions
  4. Wait for supervisor's next instruction

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon