Ai Weekly Update banner
actowery actowery

Ai Weekly Update

AI community

Description

Claude Code skill: fill your individual row on a Confluence AI-usage weekly report. Researches Jira, Slack, Outlook, GitHub (PRs + commits), and local Claude Code logs. Companion to weekly-confluence-update.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ai-weekly-update

[!IMPORTANT] **This repo is deprecated.** Active development has moved to [actowery/claude-skills](https://github.com/actowery/claude-skills), which consolidates this skill and its siblings under one roof. The canonical version of this skill now lives at [`skills/ai-weekly-update/`](https://github.com/actowery/claude-skills/tree/main/skills/ai-weekly-update) there.

This repo remains readable for historical reference. No new releases or bug fixes will land here.


A Claude Code skill that fills the current user's **individual row** on a shared Confluence AI-usage weekly-report page (Champion or Manager tables). It researches the reporting window across Jira, Slack (public + private), Outlook, GitHub (PRs / commits / CLAUDE.md touches), and local Claude Code session logs, drafts dense AI-focused content into the user's columns, shows a local HTML preview, and only publishes after explicit approval.

Companion to [weekly-confluence-update](https://github.com/actowery/weekly-confluence-update) (team-level). This one is per-individual and matches the user by plain-text name in the row's first cell — no `@mention` required on the page.

Prerequisites

Tool Used for Required?
Atlassian MCP (Confluence + Jira) Fetch/update the page; AI-label Jira search Yes
Slack MCP Search public + (optionally) private for AI discussion Yes
Outlook / M365 MCP Search email for AI / Claude threads Recommended
gh CLI Your PRs + commits + CLAUDE.md touches in configured orgs Recommended
Read access to ~/.claude/projects/ Scan local session logs for AI activity signal Optional, on by default

Private Slack search is **off by default**. Enable via `slack_search_mode: "public_and_private"` in your user config, or decline per-run with `public only`.

Quick start

git clone --branch v0.1.0 https://github.com//ai-weekly-update.git \
  ~/.claude/skills/ai-weekly-update

**First run