bug-close
01Skill Claude CodeCodex
A bug-closing helper that takes repair details from a Git diff and adds them to a Notion task-tracking page. Git diff is the record of changes made in a code repository.
CREW — Claude Runtime Engineering Workflows. 整合 Notion 與 Claude Code 的開發工作流 Plugin 集合,涵蓋 Bug 管理與功能開發全生命週期。
Skill Claude CodeCodex
A bug-closing helper that takes repair details from a Git diff and adds them to a Notion task-tracking page. Git diff is the record of changes made in a code repository.
Skill Claude CodeCodex
A bug-fixing workflow that requires finding the underlying cause before changing code. It also produces fix suggestions, repeat-check tests, and browser checks.
Skill Claude CodeCodex
A bug-investigation workflow for finding the underlying cause of a software problem. It collects evidence, compares patterns, tests possible explanations, and tracks the work in Notion, a task and notes platform.
Skill Claude CodeCodex
An interactive setup guide for the Bug Workflow Plugin. It creates a configuration file that the plugin's other skills can use.
Skill Claude CodeCodex
A task for creating a bug entry in Notion, a workspace and task-tracking tool, using a standard template. It creates the entry only.
Skill Claude CodeCodex
A bug investigation record keeper for Notion, a workspace for shared notes and project information. It adds logs, database queries, decisions, and screenshots to the relevant bug page, and can reopen closed bugs.
Skill Claude CodeCodex
A health check for a CREW development environment and its required or optional dependencies.
Skill Claude CodeCodex
A one-command first-time setup for the CREW bug-workflow and feature-workflow plugins.
Skill Claude CodeCodex
An updater for CREW plugins, specifically the bug-workflow and feature-workflow plugins.
Skill Claude CodeCodex
A tool for adding or updating the current software project in a Notion project database, where teams organize project information.
Skill Claude CodeCodex
A browsing tool for existing .spec planning documents, which are files that describe planned work or designs.
Skill Claude CodeCodex
A coding workflow that turns a project specification’s `plan.md` into program code using a leader-and-delegate team model. The leader coordinates other agents, checks the plan’s references, and does not write the code itself.
Skill Claude CodeCodex
A project-closing check that compares documents before the work is marked finished. It can then record the verified commit, submit the changes to Git, and copy selected files to Notion.
Skill Claude CodeCodex
A local example generator for CREW workflow tasks, producing `.spec/` files without Notion, Agent Teams, or database connections.
Skill Claude CodeCodex
A deployment reporting step for SQL, the language used to read and change database data. After deploy.sql has run, it records the result of each statement in Notion's deployment status section.
Skill Claude CodeCodex
A checker for code references in .spec/{slug}/plan.md, a planning document for a software change. It finds references that no longer match the code and separates automatic fixes from changes that need user confirmation.
Skill Claude CodeCodex
A discussion and research mode for exploring ideas before or during a plan. It helps clarify requirements without making calls to Notion.
Skill Claude CodeCodex
A helper that reads CREW's task state and recommends the next planning command. A spec is a written project specification, and CREW is the project system referenced by the description.
Skill Claude CodeCodex
A code-review workflow for tasks described in .spec files, using three agents to review logic, quality, and performance and then check one another’s findings.
Skill Claude CodeCodex
A security-scanning workflow that checks code with rule-based, context-aware, and attacker-focused reviews. It covers common web risks such as SQL injection, cross-site scripting, access-control mistakes, and exposed sensitive data.
Skill Claude CodeCodex
An interactive setup guide for a Feature Workflow Plugin. It produces a configuration file that other skills can use.
Skill Claude CodeCodex
A skill for detecting or interactively creating a custom technology stack, meaning the languages, frameworks, and project layers used by a codebase. It writes scanning rules and settings for that stack.
Skill Claude CodeCodex
A task-start workflow that creates a Notion entry, planning files under .spec, and a Git branch for a feature or bug. It is triggered by the named plan-start commands or related task requests.
Skill Claude CodeCodex
A local command that lists active and completed tasks stored in the .spec directory. It does not connect to Notion.