Skip to content

feat: add --all and --author filters to activity-summary skill - #10

Merged
k-rister merged 1 commit into
mainfrom
feat-activity-summary-author-filter
Jul 6, 2026
Merged

feat: add --all and --author filters to activity-summary skill#10
k-rister merged 1 commit into
mainfrom
feat-activity-summary-author-filter

Conversation

@k-rister

@k-rister k-rister commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add --all flag to show org-wide activity (no author filter)
  • Add --author <username> / @<username> to show activity for a specific user
  • Default behavior unchanged (authenticated user)
  • In --all mode: skip per-user reviews section, include author usernames in PR listings, broaden Jira query to all assignees

Usage examples

  • /crucible-tools:activity-summary — current user, past 7 days
  • /crucible-tools:activity-summary --all — all org members, past 7 days
  • /crucible-tools:activity-summary 2w --author atheurer — specific user, past 2 weeks

Test plan

  • /crucible-tools:activity-summary still works (default behavior)
  • /crucible-tools:activity-summary --all shows all org activity
  • /crucible-tools:activity-summary --author <user> scopes to that user

🤖 Generated with Claude Code

The skill previously always scoped queries to the authenticated
GitHub user.  Add support for:
  --all              show activity for all org members
  --author <user>    show activity for a specific user
  @<user>            shorthand for --author

When no author filter is specified, the skill defaults to the
authenticated user (preserving existing behavior).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@k-rister k-rister self-assigned this Jul 6, 2026
@k-rister
k-rister requested a review from a team July 6, 2026 19:44
@project-crucible-tracking project-crucible-tracking Bot moved this to In Progress in Crucible Tracking Jul 6, 2026
@k-rister
k-rister merged commit eb3ded5 into main Jul 6, 2026
1 check passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Crucible Tracking Jul 6, 2026
@k-rister
k-rister deleted the feat-activity-summary-author-filter branch July 6, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants