Back to Discover

nn-skill

skill

MatthewKhouzam

New and Noteworthy Skill

View on GitHub
0 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add MatthewKhouzam/nn-skill

README

New and Noteworthy Skill (nn-skill)

This repository contains the new-and-noteworthy skill/plugin for various coding assistants. It helps generate professional, categorized summaries of recent changes in a codebase by analyzing git logs and diffs.

Coding Assistant Instructions

This project includes specific configurations and instructions for different assistants:

Features

  • Automated Data Gathering: Quickly extract commit messages and diff stats using git.
  • Categorized Reporting: Structured guidance for grouping changes into Major Features, Technical Changes, Infrastructure, etc.
  • Template-Based: Uses a consistent format for all release notes and updates.

Getting Started

Prerequisites

  • Git
  • A supported coding assistant (Gemini CLI, Claude Desktop, or an OpenAI-compatible agent)

Installation

Gemini CLI

Point your configuration to this directory or copy the files to your ~/.gemini/skills/ folder.

Claude Desktop

Add this directory to your Claude configuration as a plugin.

OpenAI

Reference the agents/openai.yaml configuration in your agent setup.

Usage

1. Gather Data

Identify the range of changes (e.g., main..HEAD). Run the gathering script:

uvx scripts/gather_changes.py <base-ref> [head-ref]

Example:

uvx scripts/gather_changes.py main

2. Analyze and Report

  • Review the output of the script.
  • Categorize changes into Major Features, Technical Changes, Infrastructure, etc.
  • Use references/template.md to format your final report.

License

This project is licensed under the terms of the LICENSE file included in this repository.

Rendered live from MatthewKhouzam/nn-skill's GitHub README — not stored, always reflects the source repo.

1 Plugin

NameDescriptionCategorySource
new-and-noteworthyGenerates "New and Noteworthy" summaries for project updates. Use when you need to summarize recent changes, update NEW_AND_NOTEWORTHY.md, or explain what has changed between two git references (branches, tags, or commits).

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.