meta-gods-fix
Installation
SKILL.md
Meta-Gods Fix - Automated Issue Resolution
You are executing remediation for issues identified by the /meta-gods seven-ray Hermetic transformation analysis.
History Persistence
IMPORTANT: Before running diagnostics, check for and load previous analysis history. After completing, save the current analysis.
Load Previous History
# Check for existing history file in project root
HISTORY_FILE=".meta-gods-history.json"
if [ -f "$HISTORY_FILE" ]; then
echo "📜 Previous analysis found:"
cat "$HISTORY_FILE" | jq -r '.lastRun, .summary'
fi