원클릭으로
changelog
Generate or update CHANGELOG.md following Keep a Changelog format. Groups changes by type: Added, Changed, Fixed, Removed, Security.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate or update CHANGELOG.md following Keep a Changelog format. Groups changes by type: Added, Changed, Fixed, Removed, Security.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build the project and verify it compiles cleanly. Use after making changes to confirm nothing is broken before running tests. Reads the build command from context/build.md.
Auto-configure .github/copilot-instructions.md and context/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration.
Save session state before context gets full or before ending. Writes current task state, branch, and loaded docs to context/tasks/todo.md so the next session can resume cleanly.
Clean workspace — build artifacts, dependencies, caches, Docker volumes, or temp files. Accepts arguments like build, deps, all, cache, docker, tasks, reinstall.
Load all relevant context/ knowledge files for a domain area. Use at session start or when switching to a new topic. Accepts a domain keyword like api, database, auth, build, security.
Query the database — list schemas, tables, describe a table, or run SQL. Accepts arguments like schemas, tables, describe <table>, or raw SQL.
| name | changelog |
| description | Generate or update CHANGELOG.md following Keep a Changelog format. Groups changes by type: Added, Changed, Fixed, Removed, Security. |
| user-invocable | true |
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- New feature description
### Changed
- What was changed and why
### Fixed
- Bug fix description
### Removed
- Removed functionality
### Security
- CVE fixes, security patches
git --no-pager log $(git describe --tags --abbrev=0)..HEAD --oneline 2>&1 | head -50feat: → Addedfix: → Fixedrefactor: → Changedchore: + build: → Changedsecurity: → Security[Unreleased] entries to new [version] section## [1.2.0] - YYYY-MM-DD