Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Wrap Up Ritual

Skill Verifiziert Aktiv
Teil von:Pro Workflow

End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.

Zweck

To improve AI coding session effectiveness by systematically auditing changes, enforcing quality, and preserving learnings for future use, thereby reducing repetitive errors and building a durable knowledge base.

Funktionen

  • End-session audit of code changes and TODOs
  • Automated quality checks (lint, typecheck, tests)
  • Structured capture of learnings and mistakes
  • Generation of session summaries and next-session context
  • Integration with a persistent SQLite store for self-correction and knowledge wikis

Anwendungsfälle

  • Ending a coding session systematically to ensure all work is reviewed and learnings are saved.
  • Maintaining consistent code quality by running automated checks before concluding a session.
  • Building a personal or project knowledge base by capturing recurring corrections and insights.
  • Preparing for the next coding session by documenting current progress and future tasks.

Nicht-Ziele

  • Performing code development or refactoring
  • Managing project dependencies or build processes
  • Replacing a version control system's core functionality
  • Acting as a primary debugging tool during active development

Workflow

  1. Audit code changes (git status, git diff)
  2. Run quality checks (npm run lint, npm run typecheck, npm test)
  3. Capture learnings in a structured format
  4. Document context for the next session
  5. Generate a session summary
  6. Confirm readiness to end the session

Praktiken

  • Code quality assurance
  • Learning management
  • Session closure ritual
  • Knowledge persistence

Voraussetzungen

  • Git
  • Node.js and npm
  • Project-specific quality tools (lint, typecheck, tests)

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow

Qualitätspunktzahl

Verifiziert
100 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne2.1k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

TradeMemory Protocol

100

Domänenwissen für die Evolution Engine — LLM-gestützte autonome Strategieentdeckung aus rohen OHLCV-Daten. Behandelt die Schleife Generieren-Backtesten-Auswählen-Entwickeln, vektorisiertes Backtesting, Out-of-Sample-Validierung und Strategiegraduierung. Verwenden Sie es beim Entdecken von Handelspatterns, Ausführen von Backtests, Entwickeln von Strategien oder Überprüfen von Evolutionsprotokollen. Löst aus bei "evolve", "discover patterns", "backtest", "evolution", "strategy generation", "candidate strategy".

Skill
mnemox-ai

Orchestrate

100

Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.

Skill
rohitg00

Cortex Profile

100

View and manage your cognitive profile — how you think, work patterns, blind spots, and cross-domain connections. Use when the user says 'show my profile', 'how do I work', 'what are my patterns', 'cognitive style', 'blind spots', 'methodology', or at the start of a session to load context. Also use 'rebuild profile' to rescan all session history, or 'list domains' to see all tracked project domains.

Skill
cdeust

Cortex Automate

100

Set up automation — prospective memory triggers, neuro-symbolic rules, and CLAUDE.md sync. Use when the user says 'remind me when', 'trigger when', 'create a rule', 'auto-remember', 'sync to CLAUDE.md', 'push insights', 'set up trigger', 'when I open this file', 'when this keyword appears', or when you want to automate memory behavior based on conditions.

Skill
cdeust

Obey

100

Zeigt alle aktiven Regeln an. Verwenden Sie dies, wenn der Benutzer "/rules", "show rules", "list rules", "what are my rules" sagt oder seine aktuellen persistenten Anweisungen sehen möchte.

Skill
Lexxes-Projects

Migrate Validate

100

Validate pending migrations for foreign key consistency, rollback safety, and best practices

Skill
ruvnet