feat: add vterm blog post and commit-message-generator skill #3

Merged
nakada0907 merged 2 commits from develop into main 2026-01-18 11:19:22 +00:00
Owner

Pull Request Description

Summary

This PR includes two enhancements to the blog repository:

  1. A new blog post about managing multiple vterm instances in Emacs
  2. A custom skill for generating Conventional Commits messages

Changes

📝 New Blog Post (post-7.md)

  • Title: "How to Open Multiple vterm Instances in Emacs Using Buffer
    Renaming"
  • Topic: Emacs vterm buffer management technique
  • Content: Step-by-step guide on using buffer renaming to run multip
    terminal sessions
  • Tags: Emacs, vterm
  • Publication Date: 2026-01-18

🛠️ Commit Message Generator Skill

  • Location: .github/skills/commit-message-generator/
  • Purpose: Automate the generation of well-formatted commit messages
    following Conventional Commits
  • Features:
    • Analyzes git diffs and suggests appropriate commit messages
    • Recommends commit splitting when changes have different purposes
    • Follows repository conventions and best practices

Motivation

  • The blog post shares practical Emacs workflow improvements for
    developers
  • The skill addition streamlines the commit message creation process and
    improves consistency
Pull Request Description ## Summary This PR includes two enhancements to the blog repository: 1. A new blog post about managing multiple vterm instances in Emacs 2. A custom skill for generating Conventional Commits messages ## Changes ### 📝 New Blog Post (post-7.md) - **Title**: "How to Open Multiple vterm Instances in Emacs Using Buffer Renaming" - **Topic**: Emacs vterm buffer management technique - **Content**: Step-by-step guide on using buffer renaming to run multip terminal sessions - **Tags**: Emacs, vterm - **Publication Date**: 2026-01-18 ### 🛠️ Commit Message Generator Skill - **Location**: `.github/skills/commit-message-generator/` - **Purpose**: Automate the generation of well-formatted commit messages following Conventional Commits - **Features**: - Analyzes git diffs and suggests appropriate commit messages - Recommends commit splitting when changes have different purposes - Follows repository conventions and best practices ## Motivation - The blog post shares practical Emacs workflow improvements for developers - The skill addition streamlines the commit message creation process and improves consistency
nakada0907 added 2 commits 2026-01-18 11:15:54 +00:00
- Add custom skill for generating Conventional Commits messages
- Include guidelines for commit splitting and message formatting
- Automate commit message suggestion workflow
- Add post-7.md covering buffer renaming technique for multiple vterm sessions
- Include practical use cases and step-by-step guide
- Target Emacs users who want to improve terminal workflow efficiency
nakada0907 changed title from develop to feat: add vterm blog post and commit-message-generator skill 2026-01-18 11:18:08 +00:00
nakada0907 merged commit 203b8343b5 into main 2026-01-18 11:19:22 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: nakada0907/n-daisuke897-blog#3
No description provided.