General
changelog - Claude MCP Skill
Check the changes between the current branch and next branch, and create a changelog file inside `/docs/content/changelog` in the file format of `MM-D
SEO Guide: Enhance your AI agent with the changelog tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to check the changes between the current branch and next branch, and create a changelog file inside `/d... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.mdCheck the changes between the current branch and next branch, and create a changelog file inside `/docs/content/changelog` in the file format of `MM-DD-YY-<title>.mdx`. ## File Naming ``` MM-DD-YY.mdx # e.g., 12-29-25.mdx MM-DD-YY-suffix.mdx # Multiple same day: 12-10-25-masking.mdx ``` ## Template ```mdx --- title: "Your Title Here" description: "Brief description of the change" date: "YYYY-MM-DD" --- Brief intro paragraph explaining what changed. ### SDK Versions | SDK | Version | |-----|---------| | Python | vX.Y.Z+ | | TypeScript | vX.Y.Z+ | ### What Changed (if applicable) **Before:** ```python old_code() ``` **After:** ```python new_code() ``` ### Breaking Changes (if applicable) <Callout type="warn"> **Breaking Change** What breaks and why. </Callout> ### What's New / Improvements / Bug Fixes - Change 1 - Change 2 ### Backward Compatibility Notes about backward compatibility. ``` ## Rules 1. **Frontmatter required** - `title`, `description`, and `date` (YYYY-MM-DD format) 2. **No `#` heading** - Title renders automatically from frontmatter 3. **Use `###` for sections** - Content headings start at h3 4. **No emojis** - No checkmarks, warning symbols, etc. in prose (okay in code comments) 5. **TypeScript code blocks** - Add `// @noErrors` on first line to skip type checking ## Change Types | Type | How to Format | |------|---------------| | Breaking Change | `<Callout type="warn">` + before/after code + migration guide | | New Feature | `### What's New` | | Improvement | `### Improvements` | | Bug Fix | `### Bug Fixes` or inline description | | Deprecation | `<Callout>` with timeline | ## Code Examples For TypeScript code that shouldn't be type-checked: ```typescript // @noErrors const result = await composio.tools.get(userId); ``` For before/after comparisons, use labeled sections: **Before:** ```python old_code() ``` **After:** ```python new_code() ``` ## Examples Reference these existing changelogs for style: - Bug fix: `01-21-26-initiate-active-status-filter.mdx` - Breaking change: `01-14-26-auth-config-patch-semantics.mdx` - New feature: `01-12-26-tool-router-improvements.mdx` - Simple change: `01-30-26-simplified-optional-schemas.mdx`
Signals
Information
- Repository
- ComposioHQ/composio
- Author
- ComposioHQ
- Last Sync
- 9/4/2026
- Repo Updated
- 9/3/2026
- Created
- 1/23/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
cursorrules
CrewAI Development Rules
README
Agents — Working Implementations
firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
firecrawl-build-onboarding
Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering Data Science with Claude: A Complete Guide to the Pandas Scikit-Learn Skill
Learn how to use the pandas scikit learn guide Claude skill. Complete guide with installation instructions and examples.