BeClaude

weekly-report-gxp

New
GitHub TrendingGeneralby G-xps

Generate developer weekly reports for one person or a team from git commits, todo/issues, meeting notes, and user-provided report content. Use when the user asks to create a weekly report, specify a member such as GXP, summarize coding work plus meetings, or export a polished HTML weekly report.

Community PluginView Source

Overview

Weekly Report GXP

Generate developer weekly reports with member attribution. Prefer the deterministic scripts in scripts/ and keep the report grounded in local project data.

Workflow

  1. Confirm or infer report period. Default to current Monday through Sunday.
  2. Resolve target members. If the user specifies names, filter output to those members. If not, generate a team report.
  3. Collect sources:

- Git commits with scripts/collect_git.py. - Todo/issue files with scripts/parse_tasks.py. - Meeting notes with scripts/parse_meetings.py. - Manual content with scripts/parse_user_content.py.

  1. Aggregate with scripts/aggregate_report_data.py.
  2. Render HTML with scripts/render_report.py using assets/styles.css.

Inputs

  • members.json: maps real member names to git authors, emails, short names, and mention aliases.
  • todo.md, TODO.md, issues.md, ISSUES.md, or tasks.json: task status and owners.
  • meeting-notes.md or meetings/*.md: meeting attendees, decisions, risks, and action items.
  • problems.md/json, growth.md/json, knowledge.md/json, risks.md/json, next-plans.md/json, or user-input.json: manual report content.

Read references/input-formats.md when creating or debugging input files. Read references/data-schema.md before changing aggregation or rendering. Read references/report-sections.md before changing report layout.

Output

Write generated files under a user-specified output directory, or weekly-report-output/ by default:

  • report-data.json
  • weekly-report-<member-or-team>-<end-date>.html

Notes

  • If the target project is not a git repository, continue with tasks, meetings, and manual content.
  • Do not invent accomplishments. Use empty-state text when a section has no data.
  • Preserve the user's Chinese names and wording in report content.
  • This skill outputs HTML only.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/weekly-report-gxp.md https://raw.githubusercontent.com/G-xps/weekly-report-gxp/main/SKILL.md
3
Invoke in Claude Code
/weekly-report-gxp
View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is weekly-report-gxp?

Generate developer weekly reports for one person or a team from git commits, todo/issues, meeting notes, and user-provided report content. Use when the user asks to create a weekly report, specify a member such as GXP, summarize coding work plus meetings, or export a polished HTML weekly report.

How to install weekly-report-gxp?

To install weekly-report-gxp, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /weekly-report-gxp.

What is weekly-report-gxp best for?

weekly-report-gxp is a community categorized under General. Created by G-xps.