Skip to content

Commit 2230971

Browse files
committed
skill clarity after manual testing for e2e scenario
1 parent 3f7cd4b commit 2230971

11 files changed

Lines changed: 46 additions & 9 deletions

File tree

plugins/b2c-cli/skills/b2c-code/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: b2c-code
3-
description: Salesforce B2C Commerce code version deployment and management Skill
3+
description: Using the b2c CLI for code version deployment and management
44
---
55

66
# B2C Code Skill

plugins/b2c-cli/skills/b2c-docs/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: b2c-docs
3-
description: Search and read Salesforce B2C Commerce Script API documentation and XSD schemas
3+
description: Using the b2c CLI to search and read Script API documentation and XSD schemas
44
---
55

66
# B2C Docs Skill

plugins/b2c-cli/skills/b2c-job/SKILL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: b2c-job
3-
description: Salesforce B2C Commerce job execution and site archive import/export (IMPEX) Skill
3+
description: Using the b2c CLI for job execution and site archive import/export (IMPEX)
44
---
55

66
# B2C Job Skill
@@ -44,6 +44,8 @@ Note: `--body` and `-P` are mutually exclusive.
4444

4545
### Import Site Archives
4646

47+
The `job import` command automatically waits for the import job to complete before returning.
48+
4749
```bash
4850
# import a local directory as a site archive
4951
b2c job import ./my-site-data

plugins/b2c-cli/skills/b2c-mrt/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: b2c-mrt
3-
description: Salesforce B2C Commerce Managed Runtime (MRT) project and deployment management Skill
3+
description: Using the b2c CLI for Managed Runtime (MRT) project and deployment management
44
---
55

66
# B2C MRT Skill

plugins/b2c-cli/skills/b2c-ods/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: b2c-ods
3-
description: Salesforce B2C Commerce On-demand sandbox (ODS) management Skill
3+
description: Using the b2c CLI for on-demand sandbox (ODS) management
44
---
55

66
# B2C ODS Skill

plugins/b2c-cli/skills/b2c-scapi-custom/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: b2c-scapi-custom
3-
description: Salesforce B2C Commerce Custom API endpoint management Skill
3+
description: Using the b2c CLI for Custom SCAPI endpoint management
44
---
55

66
# B2C SCAPI Custom APIs Skill

plugins/b2c-cli/skills/b2c-sites/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: b2c-sites
3-
description: Salesforce B2C Commerce storefront sites listing and inspection Skill
3+
description: Using the b2c CLI for storefront sites listing and inspection
44
---
55

66
# B2C Sites Skill

plugins/b2c-cli/skills/b2c-slas/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: b2c-slas
3-
description: Salesforce B2C Commerce SLAS (Shopper Login and API Access Service) client management Skill
3+
description: Using the b2c CLI for SLAS (Shopper Login and API Access Service) client management
44
---
55

66
# B2C SLAS Skill

plugins/b2c-cli/skills/b2c-webdav/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: b2c-webdav
3-
description: Salesforce B2C Commerce WebDAV file operations (listing, upload, download, logs) Skill
3+
description: Using the b2c CLI for WebDAV file operations (listing, upload, download, logs)
44
---
55

66
# B2C WebDAV Skill

plugins/b2c/skills/b2c-custom-job-steps/SKILL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ exports.afterStep = function (success, parameters, stepExecution) {
343343
5. **Handle errors gracefully** - return proper Status objects
344344
6. **Don't rely on transactional=true** - use `Transaction.wrap()` for control
345345

346+
## Related Skills
347+
348+
- [b2c:b2c-webservices](../b2c-webservices/SKILL.md) - When job steps need to call external HTTP services or APIs, use the webservices skill for service configuration and HTTP client patterns
349+
346350
## Detailed Reference
347351

348352
- [Task-Oriented Steps](references/TASK-ORIENTED.md) - Full task step patterns

0 commit comments

Comments
 (0)