ModelEngine-Group

78 mods across 3 repositories, 8.3k stars between them.

create-pr

25

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A guide for creating a GitHub Pull Request, which is a request to merge code changes into another branch. It covers choosing the target branch, following the repository's template, and using the expected title format.

2.1k 5mo ago A 42 tokens original MIT

create-release-note

26

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A release-note generator that collects changes from GitHub pull requests, commits, and issues, then groups them into a project-formatted summary.

2.1k 5mo ago A 68 tokens original MIT

create-task

27

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

Skill "create-task" from ModelEngine-Group/fit-framework, covering 创建任务 and 执行步骤.

2.1k 5mo ago A 43 tokens original MIT

implement-task

28

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

Skill "implement-task" from ModelEngine-Group/fit-framework, covering 实施任务 and 执行步骤.

2.1k 5mo ago A 39 tokens original MIT

plan-task

29

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

Skill "plan-task" from ModelEngine-Group/fit-framework, covering 设计技术方案 and 执行步骤.

2.1k 5mo ago A 36 tokens original MIT

refine-task

30

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A guide for addressing problems found during code review, which is the process of checking proposed changes before they are merged. It organizes feedback by severity and requires verification after fixes.

2.1k 5mo ago A 39 tokens original MIT

refine-title

31

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A guide for rewriting GitHub Issue or Pull Request titles in Conventional Commits format, such as type(scope): subject. It uses the issue or PR details and code changes to infer the title.

2.1k 5mo ago A 52 tokens original MIT

release

32

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A release workflow for changing a software version from a snapshot build to a released version and preparing the next snapshot.

2.1k 5mo ago A 57 tokens original MIT

review-task

33

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A code-review assistant that examines the implementation of a development task and writes a review report. It expects task files and the code changes to be present in the workspace.

2.1k 5mo ago A 37 tokens original MIT

sync-issue

34

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A workflow helper that posts task progress to the matching GitHub Issue, the discussion page for a tracked piece of work.

2.1k 5mo ago A 39 tokens original MIT

sync-pr

35

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A workflow for posting task progress as a comment on the related GitHub pull request. A pull request is a proposed code change that others can review before it is merged.

2.1k 5mo ago A 37 tokens original MIT

test-integration

36

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A procedure for running integration tests in the FIT Framework. Integration tests check that multiple parts work together by starting the service and calling its interfaces.

2.1k 5mo ago A 40 tokens original MIT

test

37

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

An automated test process for the FIT Framework that builds the project, runs tests, starts the service, and checks its health and Swagger documentation.

2.1k 5mo ago A 49 tokens original MIT

upgrade-dependency

38

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A workflow for upgrading one project dependency from an existing version to a specified newer version and checking the result.

2.1k 5mo ago A 43 tokens original MIT

analyze-codescan

39

ModelEngine-Group/fit-framework

Command Claude Code

A security-analysis command for GitHub Code Scanning alerts, which are warnings from automated source-code security checks such as CodeQL.

2.1k 5mo ago A 19 tokens original MIT

analyze-dependabot

40

ModelEngine-Group/fit-framework

Command Claude Code

A security-analysis command for Dependabot alerts, which report known vulnerabilities in project dependencies such as npm, Maven, or Python packages.

2.1k 5mo ago A 19 tokens original MIT

analyze-issue

41

ModelEngine-Group/fit-framework

Command Claude Code

A command that reads a GitHub Issue, analyzes the related code and requirements, and creates a written task analysis.

2.1k 5mo ago A 16 tokens original MIT

block-task

42

ModelEngine-Group/fit-framework

Command Claude Code

A task command for marking work as blocked and recording why it cannot continue. It also moves the task into a blocked folder.

2.1k 5mo ago A 13 tokens original MIT

check-task

43

ModelEngine-Group/fit-framework

Command Claude Code

A command that reports the status of a software task by reading its task file and progress documents.

2.1k 5mo ago A 11 tokens original MIT

close-codescan

44

ModelEngine-Group/fit-framework

Command Claude Code

A command for closing a GitHub Code Scanning alert, which is a notice that automated security checks found a possible problem in code. It shows the alert and records a user-confirmed reason before closing it.

2.1k 5mo ago A 18 tokens original MIT

close-dependabot

45

ModelEngine-Group/fit-framework

Command Claude Code

A command for closing a Dependabot security alert, which is a warning about a possibly vulnerable software dependency on GitHub.

2.1k 5mo ago A 18 tokens original MIT

commit

46

ModelEngine-Group/fit-framework

Command Claude Code

A Git commit command that reviews local changes, checks files before editing, and creates a commit with a suitable message. It can also hand off to commands that push changes and open a pull request.

2.1k 5mo ago A 8 tokens original MIT

complete-task

47

ModelEngine-Group/fit-framework

Command Claude Code

A task-closing workflow that marks a finished task as complete and moves its records into a completed folder for archiving. Archiving means keeping finished work separate from active work.

2.1k 5mo ago A 14 tokens original MIT

create-pr

48

ModelEngine-Group/fit-framework

Command Claude Code

Command "create-pr" from ModelEngine-Group/fit-framework, covering create pr command, 功能说明, 用法, 执行步骤 and 1. 确定目标分支.

2.1k 5mo ago A 6 tokens original MIT