← Back to Skills Marketplace
zerone0x

Gh Standup

by zerone0x · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
335
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install gh-standup
Description
Generate a GitHub standup summary covering the period since the last standup. Use when the user asks for a standup, work summary, weekly update, or "what did...
README (SKILL.md)

gh-standup

Generate a standup summary from GitHub activity since the last standup day.

Quick Start

# Single repo, weekly Friday standup
python3 scripts/standup.py --repo ORG/REPO --standup-days Friday

# Multiple standup days
python3 scripts/standup.py --repo ORG/REPO --standup-days Monday,Thursday

# Whole org, specific author
python3 scripts/standup.py --org MY_ORG --standup-days Friday --author username

Parameters

Flag Required Default Description
--repo one of Single repo (org/repo)
--org one of Entire GitHub org (all repos)
--standup-days no Friday Comma-separated weekdays
--author no @me GitHub username or @me

Workflow

  1. Run scripts/standup.py with the user's repo/org and standup days
  2. The script calculates the most recent past standup day and uses it as since
  3. Output: merged PRs + direct commits (PR commits de-duped) since that date
  4. Post the output as the standup message

Requirements

  • gh CLI authenticated (gh auth status)
  • Python 3.10+

Notes

  • --org fetches all repos in the org; can be slow for large orgs — prefer --repo when possible
  • PRs are matched by merge date; commits by author date
  • Commits that belong to a merged PR are excluded from "Direct Commits" to avoid duplication
Usage Guidance
This skill appears to do what it says (build a standup summary from GitHub), but the registry metadata is incomplete: the script and SKILL.md require the 'gh' CLI and an authenticated GitHub session even though the skill lists no required binaries or credentials. Before installing or running it: - Verify you have the 'gh' CLI installed and authenticated (run 'gh auth status'). - Review the included scripts/standup.py yourself (it is simple and readable) and run it locally rather than granting any automated agent broad access. - Use least-privilege GitHub credentials (read-only scopes if possible) and prefer passing an explicit --author and --repo to limit the scope instead of --org. - If you plan to enable this as a skill, ask the publisher to update metadata to declare the 'gh' binary dependency and note that it uses your GitHub auth context. - Run the script in an isolated environment or CI runner you control if you have concerns about exposing org-wide repo lists. These steps will reduce risk and surface the missing metadata inconsistency before you rely on the skill.
Capability Analysis
Type: OpenClaw Skill Name: gh-standup Version: 1.0.0 The gh-standup skill is a legitimate utility for generating GitHub activity summaries. It uses the GitHub CLI (`gh`) via `subprocess.run` with argument lists to safely fetch pull requests and commits for a specified repository or organization. The code in `scripts/standup.py` follows the logic described in `SKILL.md`, lacks any signs of data exfiltration, obfuscation, or command injection vulnerabilities, and operates within the context of the user's existing GitHub authentication.
Capability Assessment
Purpose & Capability
The skill's stated purpose (generate a GitHub standup) matches the implementation: the script uses the GitHub CLI ('gh') and GitHub API data. However, the registry metadata lists no required binaries or credentials while both SKILL.md and scripts/standup.py require an installed, authenticated 'gh' CLI. The omission in metadata is an incoherence that could mislead users about what is needed to run the skill.
Instruction Scope
SKILL.md and the script limit their actions to GitHub data via the 'gh' CLI (fetching repos, PRs, and commits for specified repos/orgs and authors) and printing a summary. The runtime instructions do not direct the agent to read unrelated files, exfiltrate data to arbitrary endpoints, or modify other skills/config. The only external interaction is via the user's authenticated GitHub CLI.
Install Mechanism
There is no install spec (instruction-only skill with an included Python script). No remote downloads or package installs are performed by the skill. This is low-risk from an install mechanism standpoint, but the presence of an executable script without corresponding install metadata contributed to the metadata inconsistency noted above.
Credentials
The skill declares no required environment variables or primary credential, yet it depends on the user's authenticated 'gh' CLI session (which typically relies on stored GitHub credentials or GH_TOKEN). That dependency is proportionate to the task, but it is not declared in the metadata, so users may not realize it uses their GitHub authentication context.
Persistence & Privilege
The skill does not request persistent presence (always is false) and does not modify other skills or system-wide configuration. It only reads GitHub via the 'gh' CLI and prints output.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gh-standup
  3. After installation, invoke the skill by name or use /gh-standup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of gh-standup. - Generates GitHub standup summaries based on merged PRs and direct commits since the last specified standup day. - Supports single repositories or full organizations. - Accepts customizable standup days and author filtering. - Excludes PR commits from the direct commits list to avoid duplication. - Requires authenticated GitHub CLI and Python 3.10+.
Metadata
Slug gh-standup
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Gh Standup?

Generate a GitHub standup summary covering the period since the last standup. Use when the user asks for a standup, work summary, weekly update, or "what did... It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.

How do I install Gh Standup?

Run "/install gh-standup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gh Standup free?

Yes, Gh Standup is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Gh Standup support?

Gh Standup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gh Standup?

It is built and maintained by zerone0x (@zerone0x); the current version is v1.0.0.

💬 Comments