🧪
QualityPython

Jeecg Dev

by jeecgboot

Jeecg Dev is a Quality skill for Claude Code, published by jeecgboot in skills.

225 stars67 forkson jeecgboot/skillsAdded 2026/09/03Repository updated 2026/07/27
aiclaudeclaude-codeclaude-code-hookclaude-code-skillclaude-code-skillsclicodexgeminijeecgjeecgbootlowskills
Install in seconds
Install Jeecg Dev
Copy Jeecg Dev into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jeecgboot/skills/tree/main/jeecg-dev ~/.claude/skills/jeecg-dev

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jeecgboot/skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
jeecg-dev/SKILL.md in jeecgboot/skills
Installs to
~/.claude/skills/jeecg-dev
Collection
One of 14 skills cataloged from this repository
Category
Quality1478 skills

What Jeecg Dev does

Jeecg Dev defines the required coding, logging, and database-change conventions for JeecgBoot work. Use it when editing JeecgBoot code, SQL, or related change logs under the /jeecg-dev command.

Jeecg Dev is cataloged under Quality on DirSkills. Jeecg Dev comes from a repository tagged ai, claude, claude-code, claude-code-hook and claude-code-skill.

Documentation

README

JeecgBoot 开发规范

在 JeecgBoot 项目中编写或修改代码时,必须遵循以下规范。本 skill 是强制性的——任何代码变更都必须符合这些标准。


一、必做事项(每次代码修改必须完成,缺一不可)

1. 代码修改痕迹注释(内联注释)

所有新增或修改的代码块必须用 update-begin / update-end 注释包裹。

//update-begin---author:作者名 ---date:YYYYMMDD  for:【bug号/需求号】修改说明-----------
// 新增或修改的代码
//update-end---author:作者名 ---date:YYYYMMDD  for:【bug号/需求号】修改说明-----------

规则:

  • author 填实际修改人,date 格式 YYYYMMDD(无横线),for 填 bug号/需求号 + 简要说明
  • 新增方法:update-begin 放在方法声明前,update-end 放在方法结束 }
  • 修改已有方法中的代码:只包裹被修改的代码段,不包裹整个方法
  • 用户未提供 bug 号时,必须主动询问

⚠️ 不需要加痕迹注释的改动(只要求逻辑变更才包裹):

以下纯机械性、轻量级或与业务逻辑无关的改动 不要update-begin/end 注释,否则徒增 diff 噪音、破坏代码整洁:

This is the opening of the README. Read the full README on GitHub.

Commands Jeecg Dev provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /edit

Frequently asked about Jeecg Dev

  • What else does jeecgboot publish alongside Jeecg Dev?

    Jeecg Dev is one of 14 skills that DirSkills catalogs from jeecgboot/skills, the repository it ships in. Its siblings there include Jeecg AIFlow, Jeecg Code Generator and Jeecg Desform. Each one is a separate skill with its own page in this directory, installs the same way Jeecg Dev does, and is maintained by jeecgboot in that same repository. The rest of the collection is listed on the jeecgboot/skills page.

  • How does Jeecg Dev compare to other Quality skills?

    Jeecg Dev ranks #1385 by stars among the 1478 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Jeecg Dev against them. Open each page to compare what they document and how they install.

More from jeecgboot/skills

Jeecg Dev is one of 14 skills cataloged on DirSkills from jeecgboot/skills.

See all 14 skills
🤖
7h ago

Jeecg AIFlow

Jeecg AIFlow manages the full lifecycle of JeecgBoot AI orchestration flows from natural-language requests. Use it to create, edit, query, delete, debug, publish, or copy AIFlow workflows.
AI Engineering
22567
🛠️
7h ago

Jeecg Code Generator

Jeecg Code Generator turns natural-language requirements into JeecgBoot CRUD code, including Java backend, Vue3 frontend, and menu permission SQL. Use it for new modules, field changes, and other JeecgBoot code generation tasks.
AI Engineering
22567
📝
7h ago

Jeecg Desform

Jeecg Desform creates, updates, copies, deletes, and manages JeecgBoot desform forms through conversation. It is used for form design, field edits, CRUD data management, PC/mobile views, and OA approval apps with workflow and authorization.
Automation
22567
🧩
7h ago

Jeecg Online Form

Jeecg Online Form converts natural-language form requirements into JeecgBoot Online 表单配置 and creates or edits database tables and form metadata through API. Use it for metadata-driven CRUD forms, sub-tables, tree tables, field changes, enhancements, permissions, and data management.
Automation
22567
⚙️
7h ago

JeecgBoot BPM

JeecgBoot BPM generates Flowable BPMN 2.0 workflows from natural language and can create or edit processes in JeecgBoot. Use it for approval flows, OA forms with workflows, and changes to existing process nodes or listeners.
Automation
22567
⚙️
7h ago

JeecgBoot Code Generator

JeecgBoot Code Generator turns CRUD and module requests into Freemarker context JSON and runs the official templates to generate backend Java, Vue 3 pages, and menu SQL. Use it for new entities, modules, or field changes in JeecgBoot projects.
Automation
22567