nom-feedFetch recent GitHub activity from the Nom feed
Install via ClawdBot CLI:
clawdbot install lws803/nom-feedFetch GitHub activity from Nom (beta.nomit.dev) and present it clearly.
Base URL: https://beta.nomit.dev
$ARGUMENTS parsing rules:
org/repo (contains /), use the repo feed at /api/feed/{org}/{repo}/api/feed--search TEXT โ free-text search (full-text on title/summary)--type TYPE โ filter by event type: pull_request, issue, release, push--org ORG โ filter by GitHub org (global feed only)--from DATE / --to DATE โ date range (ISO 8601, e.g. 2026-01-01) (global feed only)--limit N โ results to return (default 20, max 100)--rss โ fetch RSS XML instead of JSON (repo feed: /api/feed/{org}/{repo}/rss; global: /api/feed/rss)Build q for global feed by joining filters: e.g. type:pull_request org:vercel from:2026-01-01 plus any --search text.
API endpoints (JSON):
GET /api/feedGET /api/feed/{org}/{repo}RSS endpoints (if --rss):
GET /api/feed/rssGET /api/feed/{org}/{repo}/rssUse curl to fetch the response. For JSON, present results as a clean readable summary. For each item show:
Response shape: { items: [...], pagination: { offset, limit, has_more } }. Each item has id, type, org, repo, title, summary, url, author, contributors, updated_at.
Example output format:
**PR** [Add turbo support](https://github.com/vercel/next.js/pull/123)
timneutkens ยท 2 hours ago
Adds experimental Turbo support to the build pipeline, cutting build times by ~40%.
**Release** [v14.2.0](https://github.com/vercel/next.js/releases/tag/v14.2.0)
vercel-release-bot ยท 1 day ago
Major release introducing partial pre-rendering and improved image optimisation.
Generated Feb 23, 2026
Development teams can track recent activities like pull requests, issues, and releases in their repositories to stay updated on contributions and identify bottlenecks. This helps in managing project health, coordinating responses, and ensuring timely reviews without manual GitHub browsing.
Business analysts can monitor competitor GitHub organizations for new releases, feature updates, or community engagement through push events and issues. This provides insights into development pace, technology adoption, and potential market shifts, supporting strategic decision-making.
Media platforms or newsletters can use this skill to fetch trending GitHub activities, filter by type or organization, and generate summaries for articles or alerts. It automates sourcing of relevant tech news, enhancing content freshness and audience engagement.
Researchers can analyze GitHub activity data over date ranges to study collaboration patterns, release cycles, or issue resolution times across projects. This supports empirical studies in software engineering, providing automated data collection for statistical analysis.
Companies can integrate this skill into internal dashboards to display real-time updates from critical repositories, such as deployment pushes or release notifications. It improves team visibility and operational awareness, reducing communication delays.
Offer a subscription-based service that aggregates GitHub activity data with advanced filtering and visualization tools. Monetize through tiered plans based on usage limits, API access, and premium features like predictive analytics or custom alerts.
Provide a free basic version of the skill for personal use with limited queries, and charge for advanced features such as historical data access, multiple organization tracking, or integration with other tools like Slack or Jira. Upsell to teams and larger organizations.
License curated GitHub activity datasets to market research firms, investors, or academic institutions. Process raw data into insights reports or APIs, focusing on trends in specific industries like fintech or AI, and charge based on data volume or exclusivity.
๐ฌ Integration Tip
Ensure proper handling of date formats and API rate limits; test with sample queries to verify JSON parsing and error responses for smooth user experience.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.