agentsclimarketplace

Inline chat inline write changelog 1.0.2

Skill VRIL-LABS/skill-jam/skills/dev-tools/inline-chat-inline-write-changelog-1.0.2

Reads commits and changed files within a timeframe specified by user and compiles a changelog for both iOS and macOS.From its SKILL.md

Install
npx -y skills add VRIL-LABS/skill-jam --skill inline-chat-inline-write-changelog-1.0.2

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.0 KB, 602 tokens by cl100k_base, as published. Nobody here has run it

If not specified a timeframe, ask the user for a time frame to read commits until then. Read all commits until specified point in history, list files for each commit and compile a list of new features and fixes for each app. For changes in shared modules, include it for both apps.

Write in past tense. Use these examples for the tone, tense, and wording. Example:

New

- Added video upload support
- New chat visibility setting: Open chat settings to change who can access the chat

Fixes & Improvements

- Fixed emojis appearing as invalid character
- Fixed video upload failing

Example:

New

- You can now edit gradients directly on the canvas using gradient handles
- Added text formatting panel to control casing, wrapping, and truncation
- Added support for automatic optical size in variable fonts

Improvements and fixes

- Reworked the snapping system for better performance and improved heuristics
- Improved performance of duplicating elements with -drag
- Fill and Fit sizes now report rounded values
- Removed unnecessary background-repeat styles from the code output
- Improved handling of mismatching font versions
- Editor will no longer attempt to load a font from Google if a local version is available
- Fixed an issue where an empty Selection colors panel was sometimes shown

More guidelines

  • Prefer 5 to 10 bullets total for most releases.

Filtering rules

  • Include: new features, UI changes, behavior changes, bug fixes users would notice, performance improvements with visible impact.
  • Exclude: refactors, dependency bumps, CI changes, developer tooling, internal logging, analytics changes unless they affect user privacy or behavior.
  • If a change is ambiguous, ask for clarification or describe it as a small improvement only if it is user-visible.

Language Guidelines

  • Write short, benefit-focused bullets for each user-facing change.
  • Use clear verbs and plain language; avoid internal jargon.
  • Translate technical terms into user-facing descriptions.
  • Avoid versions of "API", "refactor", "nil", "crash log", or "dependency".
  • Prefer "Improved", "Added", "Fixed", "Updated" or action verbs like "Search", "Upload", "Sync".
  • Keep tense present or past: "Added", "Improved", "Fixed".

QA Checklist

  • Every bullet ties to a real change in the range.
  • No duplicate bullets that describe the same change.
  • No internal jargon or file paths.
  • Final list fits App Store text limits for the target storefront if provided.

Inputs

  • Ask for timeframe/range if missing (tag/date/commit).

Data gathering

  • Use git log <range> --name-only --pretty=... and map shared changes to both apps.

Output rules

  • 5–10 bullets total.
  • Past tense, user-facing language only.
  • No internal jargon, file paths, or duplicate bullets.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.