skills/amia-session-memory/SKILL.md
Use when resuming sessions. Trigger with session resumption. Loaded by ai-maestro-integrator-agent-main-agent.
npx skillsauth add emasoft/ai-maestro-integrator-agent amia-session-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Persist and retrieve session context across session boundaries using PR comments, issue comments, and handoff documents.
gh CLI configured and authenticated$CLAUDE_PROJECT_DIR set and writable$CLAUDE_PROJECT_DIR/thoughts/shared/handoffs/amia-integration/; release: load release historyCopy this checklist and track your progress:
| Memory Type | Storage Location | Format | |-------------|-----------------|--------| | PR Review State | GitHub PR comment | Markdown with HTML state marker | | Integration Patterns | Handoff document | Markdown with timestamped entries | | Release History | Handoff document | Markdown table with release metadata | | CI/CD State | Issue comment or handoff | Markdown with workflow run links |
Output discipline: All scripts support
--output-file <path>.
See references/ directory for remaining documents.
Non-zero exit codes on failure. See detailed guide in Resources.
# Resume a PR review from a previous session
gh pr view 42 --json comments --jq '.comments[] | select(.body | contains("AMIA-STATE"))' > /tmp/pr42-state.json
# Load the state marker and continue review from where you left off
# Save updated state when done
gh pr comment 42 --body "<!-- AMIA-STATE: {\"phase\": 3, \"dimensions_completed\": [1,2,3], \"timestamp\": \"2026-03-26T12:00:00Z\"} -->"
Expected result: The session state is loaded from the PR comment containing the AMIA-STATE marker. After completing remaining work, an updated state marker is posted so the next session can resume seamlessly.
development
Use when enforcing TDD via RED-GREEN-REFACTOR. No production code without a failing test first. Trigger with /enforce-tdd. Loaded by ai-maestro-integrator-agent-main-agent.
devops
Software release management and coordination. Use when creating releases, bumping versions, or rolling back deployments. Trigger with release tasks or /amia-create-release. Loaded by ai-maestro-integrator-agent-main-agent.
testing
Use when enforcing quality gates. Trigger with /amia-enforce-gates. Loaded by ai-maestro-integrator-agent-main-agent.
testing
Use when reviewing PRs in multilanguage repositories. Routes reviews to appropriate language checkers. Trigger with /review-multilang [PR_NUMBER]. Loaded by ai-maestro-integrator-agent-main-agent.