スキル一覧に戻る
masharratt

cfn-edit-safety

by masharratt

Simplified Claude Flow for beginners - AI agent orchestration made easy

14🍴 2📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: cfn-edit-safety description: "Pre-edit backup and post-edit validation for safe file modifications. Use when you need to capture file state before edits, validate changes after modifications, revert files to previous state, or ensure edit safety with automatic backup and validation hooks." version: 1.0.0 tags: [mega-skill, backup, hooks, validation, safety] status: production

Edit Safety Skill (Mega-Skill)

Version: 1.0.0 Purpose: Pre-edit backup and post-edit validation Status: Production Consolidates: cfn-hook-pipeline, pre-edit-backup Confidence: 8.5/10 (mandatory paired workflow in CLAUDE.md)


Overview

This mega-skill provides complete edit safety:

  • Backup - Pre-edit file state capture for revert capability
  • Hooks - Post-edit validation and feedback pipeline

Directory Structure

edit-safety/
├── SKILL.md
├── lib/
│   ├── backup/           # From pre-edit-backup
│   └── hooks/            # From cfn-hook-pipeline
└── cli/

Workflow

  1. Pre-edit: edit-safety/lib/backup/ captures file state
  2. Edit occurs
  3. Post-edit: edit-safety/lib/hooks/ validates changes
  4. If needed: Revert via backup

Migration Paths

Old PathNew Path
pre-edit-backup/edit-safety/lib/backup/
cfn-hook-pipeline/edit-safety/lib/hooks/

Version History

1.0.0 (2025-12-02)

  • Consolidated backup + hooks into unified edit safety skill

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です