user-activity

user-activity is a skill for Claude Code, Codex from saidsef/mcp-github-pr-issue-analyser. It costs 23 tokens per session (2,012 once invoked), scanned A, original, Apache-2.0.

A GitHub activity lookup workflow for finding repositories, profiles, contributions, and recent star growth. GitHub is a platform for hosting code and tracking collaborative development.

In plain words
What is it for?
Use it to list repositories, confirm profiles, inspect contribution history, filter activity, and measure repository star growth over a time period.
Why use it?
It gathers a user's or organisation's activity in one workflow instead of requiring separate searches through repositories, commits, pull requests, issues, reviews, and stars.

Skill for Claude CodeCodex

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 skills/saidsef/mcp-github-pr-issue-analyser/user-activity
Any agent
npx skills add saidsef/mcp-github-pr-issue-analyser --skill user-activity
Clone the repo
git clone --depth 1 https://github.com/saidsef/mcp-github-pr-issue-analyser

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for user-activity

README.md
[![agentmods](https://agentmods.dev/badge/skills/saidsef/mcp-github-pr-issue-analyser/user-activity.svg)](https://agentmods.dev/skills/saidsef/mcp-github-pr-issue-analyser/user-activity)
Your own site
<a href="https://agentmods.dev/skills/saidsef/mcp-github-pr-issue-analyser/user-activity"><img src="https://agentmods.dev/badge/skills/saidsef/mcp-github-pr-issue-analyser/user-activity.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,012 The whole file, excluding the scripts and references it only reads on demand.
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.00023 $0.02012
Opus 5 $0.00012 $0.01006
Sonnet 5 $0.00005 $0.00402
Haiku 4.5 $0.00002 $0.00201

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

Security

Grade A, and why

user-activity 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 5d ago.

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.

src/mcp_github/skills/user-activity/SKILL.md · 156 lines

How it starts

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

User Activity

Find the repositories an account owns, then retrieve a user's profile, their contributions (commits, PRs, issues, reviews), and star growth per repository.

Prerequisites

  • The target GitHub username, or the owner whose repositories you want
  • GitHub token with read:user scope, since most of these tools use the GraphQL API

search_user, get_user_activities and get_repo_stars_since run as long-running tasks and report progress while they work. list_repos is a plain read.

Workflow

  1. Find the repository - call list_repos when you do not already know the name
  2. Look up the profile - call search_user to confirm the user exists and get context
  3. Retrieve contributions - call get_user_activities, optionally filtered by org, repo or date range
  4. Measure star growth - call get_repo_stars_since when the question is about stars in a time window

list_repos

Parameter Type Default Description
owner str "" User or organisation. Omit for the caller's own
sort str updated One of updated, pushed, created, full_name
per_page int 30 Results per page, 1 to 100
page int 1 Page number

Returns {"total": int, "repos": [...]}, each entry carrying name, owner, description, default_branch, private, fork, archived, pushed_at and html_url. total counts the page returned, not everything the owner has.

You do not say whether the owner is a person or an organisation, because the tool reads the account type and picks the endpoint itself. That matters: GitHub's organisation endpoint returns 404 for a person, and its user endpoint accepts an organisation but returns only its public repositories.

Omitting owner is the only way to see private repositories you own. Passing your own username instead reads the public listing and quietly leaves them out. An organisation's private and internal repositories do appear, for a token entitled to see them.

Read the full file on GitHub · 156 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. 5d ago First seen · 156 lines · 23 tokens per session scan A ff6e6934d7f7

Subscribe to this mod's changes

user-activity is a skill published in the GitHub repository saidsef/mcp-github-pr-issue-analyser (6 stars, last pushed 3d ago), licensed Apache-2.0. It adds 23 tokens to every session and 2,012 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

atelier

Two-agent post-generation quality gate for vibe-coded applications. Deterministic, gradeable ruleset enforcing UI/UX design-system craft and backend architectural soundness.

anshrajore/atelier-mcp · 34 tokens

mcp-dino

Skill "mcp-dino" from shennawardana23/mcp-dino, covering skill.md — dino-mcp development skills, skill: build & run, quick build (go only, uses existing ui), full build (vite ui + go) and run in dev mode (verbose).

shennawardana23/mcp-dino · 0 tokens

agentcore-investigation

Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session/trace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.

awslabs/mcp · 52 tokens

amazon aurora dsql

Deprecated compatibility redirect for Aurora DSQL guidance. Use when a request concerns DSQL, Aurora DSQL, distributed SQL, DSQL schemas, migrations, queries, authentication, performance, or application development.

awslabs/mcp · 46 tokens

resolve-pr-comments-stack

Resolve unresolved PR review comments across an entire Graphite (gt) stack of many PRs, bottom-up, in one working directory. Use when asked to "go through this stack and resolve comments", "clean up review comments across the whole stack", or given a list/range of PR numbers that form (or partially form) a gt stack.…

maximhq/bifrost · 99 tokens

split-commit-into-stack

Split one oversized commit or branch into a stack of independently reviewable Graphite (gt) PRs - deciding what genuinely separates, what is atomic and must stay whole, and proving each lower PR builds and passes without the ones above it. Use when asked to "split this PR", "this commit is too big", "break this into a…

maximhq/bifrost · 96 tokens