gitstandup copilot-instructions.md

A project-specific instruction set for GitStandup, an MCP server that collects Git commits from several repositories and turns them into daily standup notes.

In plain words
What is it for?
It describes the TypeScript server, Git collection, repository configuration, and tools for generating standup summaries from recent commits.
Why use it?
It gives an agent the project context needed to maintain the server and its configuration consistently.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/muba00/gitstandup/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/muba00/gitstandup

Made for: GitHub Copilot.

Per session 562 This file is loaded in full into every session.
When invoked 562 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00562 $0.00562
Opus 5 $0.00281 $0.00281
Sonnet 5 $0.00112 $0.00112
Haiku 4.5 $0.00056 $0.00056

Measured yesterday against content hash d8d055e940d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gitstandup copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/copilot-instructions.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitStandup MCP Server

MCP server for generating daily standup notes from git commits across multiple repositories.

Project Status

  • Create project structure and copilot instructions
  • Get MCP project setup information
  • Scaffold MCP server project
  • Implement git operations module
  • Implement config management
  • Implement MCP tools
  • Test and verify the MCP server

Project Details

  • Type: MCP (Model Context Protocol) Server
  • Language: TypeScript
  • Purpose: Collect git commits from multiple repos and generate standup summaries via AI
  • Config Storage: ~/.gitstandup/config.json

Implementation Complete

The GitStandup MCP server is now fully implemented with the following features:

Core Functionality

  • Git Operations (src/git.ts): Collects commits from repositories, filters by current user, includes diffs with smart truncation
  • Config Management (src/config.ts): Persists repository paths in ~/.gitstandup/config.json
  • MCP Server (src/index.ts): Exposes 4 tools via Model Context Protocol

Available MCP Tools

  1. generate_standup: Generates standup notes from configured repos

    • Optional hours parameter (default: 24)
    • Optional repos array to override configured repos
    • Returns structured data with commits, diffs, and summary
  2. add_repos: Add repository paths to configuration

    • Accepts array of absolute paths
    • Persists to ~/.gitstandup/config.json
  3. list_repos: List currently configured repositories

    • No parameters
    • Returns array of configured repo paths
  4. remove_repos: Remove repositories from configuration

    • Accepts array of paths to remove
    • Updates ~/.gitstandup/config.json

Smart Features

  • Filters commits by current git user (per repo)
  • Truncates large diffs (500 lines per file, 2000 per commit)
  • Skips generated files (lock files, minified files)
  • Graceful error handling for invalid repos
  • Parallel processing of multiple repositories

Read the full file on GitHub · 84 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 84 lines · 562 tokens per session scan A d8d055e940d8

Subscribe to this mod's changes

gitstandup copilot-instructions.md is an instructions file published in the GitHub repository muba00/gitstandup (5 stars, last pushed 7mo ago), licensed MIT. It adds 562 tokens to every session, about $0.0028 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.