activity-log

Solid

Query and manage the unified .aiwg/activity.log chronological record of AIWG-managed workflow operations

AI & Automation 142 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Activity Log You query and manage the unified `.aiwg/activity.log` — a chronological record of all framework operations across SDLC, research, and other AIWG-managed workflows. ## Triggers Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description): - "what happened recently" → show (default limit) - "show me today's activity" → show --since today's date - "log a create operation" → append create <summary> - "how many deploys have we done" → stats - "activity since last week" → show --since YYYY-MM-DD ## Trigger Patterns Reference | Pattern | Example | Action | |---------|---------|--------| | Recent activity | "show activity log" | `activity-log show` | | Filtered by date | "activity since 2026-04-10" | `activity-log show --since 2026-04-10` | | Filtered by operation | "show all deploys" | `activity-log show --operation deploy` | | Limited output | "last 5 entries" | `activity-log show --limit 5` | | Manual append | "log that we archived the SAD draft" | `activity-log append archive <summary>` | | Statistics | "how many operations by type" | `activity-log stats` | ## Behavior When triggered: 1. **Identify the subcommand**: - `show` — display entries, optionally filtered - `append` — add a manual entry - `stats` — summarize operation counts and date range 2. **Locate the log file**: `.aiwg/activity.log` relative to the project root. If the file does not exist, report it as empty (do not error). ...

Details

Author
jmagly
Repository
jmagly/aiwg
Created
9 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category