assisting-functional-question

Diagnose Divalto ERP functional questions with ranked causes and file:line references.

6|Updated May 11, 2026
One-click install
npx skills add https://github.com/divalto/divalto-ia-devkit --skill assisting-functional-question-divalto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assisting-functional-question
Source: https://github.com/divalto/divalto-ia-devkit/tree/main/plugins/divalto-devkit/skills/assisting-functional-question
Command: npx skills add https://github.com/divalto/divalto-ia-devkit --skill assisting-functional-question-divalto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Colleagues often ask conversational questions about why the Divalto ERP standard behaves unexpectedly ("the customer zoom shows nothing since I enabled an option"). This Skill turns those chat-style questions into a short, verifiable diagnostic answer in under 5 minutes, without producing any files on disk. ## Core Features & Use Cases - Business-to-technical translation: Maps conversational French terms to grep-able DIVA symbols (SOC.EntCodN, MZ.Etb, zoom SQL files) via a maintained lexicon. - Ranked probable causes: Produces 3-5 causes ordered by probability, each backed by a file:line reference in the X.13 standard code and a concrete verification action. - Chat-ready output: Formats the reply in under 40 lines, ready to copy-paste into Teams or Slack, with an ordered verification checklist. - Use Case: A colleague pastes a Teams message saying customers disappeared from the zoom after enabling multi-establishment management; the Skill identifies the missing prerequisite option, unassigned Etb fields, and misconfigured ranges, each with code references. ## Quick Start Ask the assistant to diagnose why a Divalto ERP feature stopped working after enabling an option, pasting the colleague's chat message as input.

Frequently Asked Questions about assisting-functional-question

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose why a Divalto ERP option broke existing data?

Paste the colleague's question into the Skill, which translates business terms into DIVA symbols like SOC.EntCodN and greps the X.13 standard code. It returns ranked probable causes with file:line references and SQL or parameter checks to verify each one.

How to translate business ERP terms into DIVA technical symbols?

The Skill uses a maintained lexicon mapping conversational phrases to symbols such as SOC.EntCodN(24), MZ.Etb, or zoom files like a5rsrub.dhsq. An optional Python helper script, translate_keywords.py, automates this matching from raw French text.

When should I not use this functional question Skill?

Do not use it for formal user stories, numbered myService tickets, code generation requests, or documentation tasks. Those cases route to other skills such as analyzing-diva-request (UC-100) or creating-diva-entity (UC-001).

Why does the customer zoom show nothing after enabling establishment management?

The zoom filters on Client.Etb matching the current establishment, so pre-existing records with an empty Etb are excluded. The Skill also flags the prerequisite option SOC.EntCodN(22), user context MZ.Etb, and ETS tier ranges as likely causes.

Does the Skill generate any files or reports on disk?

No, it produces only a chat-ready answer displayed directly in the conversation, capped at 40 lines. The output is designed to be copy-pasted into Teams or Slack without reformatting.