activity-log
FeaturedQuery and manage the unified .aiwg/activity.log chronological record of AIWG-managed workflow operations
AI & Automation 201 stars
29 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
log_analyzer
Log parsing, pattern detection, anomaly flagging, structured extraction.
1 Updated today
jxoesneon AI & Automation Featured
aiwg-help
Display all available AIWG CLI commands, their arguments, and usage examples
201 Updated today
jmagly AI & Automation Featured
aiwg-guide
Contextual AIWG help — explains current version features, answers how-to questions, routes live queries to the steward
201 Updated today
jmagly