Add VoC creation Scout skill - #236
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
kanikaramji please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Pull request overview
This PR adds a new Scout-only skill submission under submissions/voc-creation/ to guide safe, consistent creation of CLS CRM Voice of Customer (VoC) / Product Feedback records, including a mandatory preview-and-approval step and guardrails for privacy/duplication avoidance.
Changes:
- Added an agent-facing
SKILL.mddescribing the VoC creation workflow, approval gate, save sequence, verification, and guardrails. - Added a human-facing
README.mddescribing intended usage, requirements, and safety model. - Added
metadata.jsonto register the submission in the gallery (Scout platform, tags, author, version, dates).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| submissions/voc-creation/SKILL.md | Defines the Scout agent workflow for drafting, previewing, saving, and verifying VoC records with privacy and duplication guardrails. |
| submissions/voc-creation/README.md | Provides human-facing overview, requirements, and safety model for adopting the skill. |
| submissions/voc-creation/metadata.json | Registers the skill in the gallery with Scout platform targeting and descriptive metadata. |
| When using Dataverse Web API, multi-select fields such as `cls_vocappliesto` | ||
| and `cls_competeriskmultiselect` expect comma-separated primitive strings, not | ||
| JSON arrays. |
|
Hi kanikaramji ! Thanks for the submission. Echoing adilei in here: Thank you! |
Summary
Validation
pm run check:submissions could not complete locally because dependency installation failed on package download/network errors; PR CI should run the canonical validation.