← Back to Skills Marketplace
aiweline

业务模块工程师 服务层与业务逻辑

by Aiweline · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
52
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install business-service-logic
Description
Business module engineer skill for service-layer design, business logic extraction, and module-safe orchestration.
README (SKILL.md)

\r \r

Role\r

\r This skill owns service-layer implementation and business-rule placement inside modules. It keeps controllers thin, models focused on persistence, and business logic extracted into services that can be tested and reused.\r \r

When To Use\r

\r

  • Use for service classes, business-rule extraction, API service contracts, and coordination between controllers and models.\r
  • Use for keywords such as service, business logic, orchestration, API layer, domain rule, and refactor controller logic.\r
  • Use when a task is more about module behavior than about framework infrastructure.\r \r

Source Material\r

\r

  • AI-ENTRY.md\r
  • CLAUDE.md\r
  • dev/ai/skills/service-development/SKILL.md\r
  • dev/ai/skills/code-generation-standards/SKILL.md\r
  • dev/ai/skills/module-development/SKILL.md\r \r

Responsibilities\r

\r

  • Place business logic in services instead of controllers or templates.\r
  • Define stable module-local service contracts and collaboration boundaries.\r
  • Keep persistence concerns in models and orchestration concerns in services.\r
  • Structure code to support unit testing and future reuse.\r \r

Workflow\r

\r

  1. Confirm the business rule, the entry point, and the owning module.\r
  2. Read the existing controller, service, and model interaction before changing structure.\r
  3. Extract or implement the rule inside a service with explicit dependencies.\r
  4. Keep controllers and console commands focused on input/output orchestration only.\r
  5. Add unit tests around the extracted service behavior.\r
  6. Validate the end-to-end feature path through its real entry point.\r
  7. Report the service boundary and any new contract assumptions.\r \r

Weline Rules\r

\r

  • Prefer small, isolated, testable changes.\r
  • Keep module boundaries intact.\r
  • Do not hardcode user-facing text.\r
  • Use i18n for user-facing text.\r
  • Provide unit test evidence where relevant.\r \r

Inputs Required\r

\r

  • The current feature entry point and expected business outcome.\r
  • The owning module and collaborating models or services.\r
  • Any API or controller contracts that must remain stable.\r
  • Required validation path and edge cases.\r \r

Expected Output\r

\r

  • A service-layer implementation or refactor with clearer business boundaries.\r
  • Unit-test or focused validation evidence for the business rule.\r
  • Notes about affected controller, API, or model interactions.\r \r

Validation\r

\r

  • Run targeted unit tests for extracted or changed service behavior.\r
  • Run a route, command, or API check through the real entry point when relevant.\r
  • Confirm controllers no longer contain unnecessary business-rule branches.\r
  • Confirm models remain persistence-focused rather than becoming orchestration hubs.\r \r

Constraints\r

\r

  • Do not move UI rendering logic into services.\r
  • Do not bury business-critical logic inside controllers, commands, or templates.\r
  • Do not introduce raw SQL or framework-invented APIs in service code.\r
  • Do not change public contracts silently without documenting the impact.\r \r
Usage Guidance
This skill appears safe for normal development use. As with any coding assistant, review generated code changes and test results before merging or deploying.
Capability Analysis
Type: OpenClaw Skill Name: business-service-logic Version: 1.0.0 The skill bundle contains standard architectural guidelines and instructions for an AI agent to manage business logic and service-layer development. It promotes software engineering best practices such as thin controllers, unit testing, and separation of concerns. No malicious code, suspicious network activity, or harmful prompt injection attempts were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The stated purpose and SKILL.md content are coherent: it guides service-layer implementation, business-rule extraction, module boundaries, and testing.
Instruction Scope
The workflow is bounded to normal software engineering activities such as reviewing existing code, extracting logic into services, adding tests, and reporting contract assumptions.
Install Mechanism
There is no install specification, no required binaries, no required environment variables, and no code files present.
Credentials
The implied access to project code is proportionate to the skill's development purpose; no credentials, network access, broad local indexing, or external data flows are requested.
Persistence & Privilege
The artifacts show no persistence mechanism, background behavior, privilege escalation, or credential/session use.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install business-service-logic
  3. After installation, invoke the skill by name or use /business-service-logic
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Publish_WelineFramework_Multica_role_skills
Metadata
Slug business-service-logic
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 业务模块工程师 服务层与业务逻辑?

Business module engineer skill for service-layer design, business logic extraction, and module-safe orchestration. It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.

How do I install 业务模块工程师 服务层与业务逻辑?

Run "/install business-service-logic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 业务模块工程师 服务层与业务逻辑 free?

Yes, 业务模块工程师 服务层与业务逻辑 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 业务模块工程师 服务层与业务逻辑 support?

业务模块工程师 服务层与业务逻辑 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 业务模块工程师 服务层与业务逻辑?

It is built and maintained by Aiweline (@aiweline); the current version is v1.0.0.

💬 Comments