refine-title

Refine issue or PR titles into Conventional Commits format.

84|5|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/fitlab-ai/agent-infra --skill refine-title
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refine-title
Source: https://github.com/fitlab-ai/agent-infra/tree/main/.agents/skills/refine-title
Command: npx skills add https://github.com/fitlab-ai/agent-infra --skill refine-title

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将 Issue/PR 标题重构为 Conventional Commits 风格,提升团队协作中的可读性与一致性。

Core Features & Use Cases

  • 自动分析 Issue/PR 的正文、标签和修改范围,提取变更意图并输出统一的标题结构。
  • 根据上下文自动确定 type(如 feat、fix、docs)和 scope,并生成简短的 subject。
  • 能将生成的标题应用到工作流中,提升 changelog 的可追溯性与合规性。

Quick Start

将待重构的 Issue/PR 信息交给 AI,即可获得符合 Conventional Commits 规范的新标题。

Frequently Asked Questions about refine-title

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert PR and issue titles to conventional commits format?

To convert PR and issue titles to conventional commits, the Skill analyzes content, metadata, and labels to determine the type, scope, and a concise subject, outputting a ready-to-use title.

Can conventional commit titles be generated automatically from issue bodies and labels?

Yes, conventional commit titles can be generated automatically by analyzing issue bodies and labels to extract the change intent, determine the type and scope, and enforce length and language conventions.

What is the best way to enforce scope naming conventions in commit messages?

The best way to enforce scope naming conventions in commit messages is to automatically parse issue metadata and modifications, applying strict length, language, and scope rules to generate a compliant title.

Does this conventional commits generator work for both issues and PRs across software projects?

Yes, this conventional commits generator works for both issues and PRs across software projects, analyzing the context of each to determine the appropriate type, scope, and subject for the title.

Why use a conventional commits formatter for PR titles in team collaboration?

Using a conventional commits formatter for PR titles in team collaboration improves readability and consistency, ensuring a unified title structure that enhances changelog traceability and compliance.