Skip to main content

Skills dans ce dépôt

arturcrmbot/zava-control-plane - Page 6

SkillsMP a collecté 229 skills depuis arturcrmbot/zava-control-plane. Ouvrez un skill pour examiner sa source et ses détails.

arturcrmbot/zava-control-plane

Affichage de 29 skills collectés sur 229.

métier
Développeurs de logiciels
description

Score an IT access request as low, medium or high risk by combining the requester's recent breach history, the audit ledger's recent grant volume for the requested entitlements, and the permission depth of each selected role template.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Enumerate the role templates referenced in an IT access request, fetch each template's permissions, and screen the union against the employee's grade-band defaults for separation-of-duties conflicts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Monitors the fleet of concurrent workflows across every registered domain (api/shared/domains.py). The FastAPI session appends a per-domain catalogue at boot so this skill stays domain-neutral. Composes the exception queue, amplifies operator skill by…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Draft a proposed performance rating + narrative for the reviewee by combining the cycle's OKR results with the grade-band distribution norm and the reviewee's calibration history.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Aggregate 360-degree peer reviews for the cycle, re-confirm the reviewee's reporting line via Workday HR, and pull the cycle's OKR results from the feedback collector.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Determine whether a proposed trip is in-policy and which cost band it lands in (low / mid / high) given the available booking options.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Look the proposed vendor up in the registry, list their regulatory filings, and screen the legal entity against sanctions for the country of incorporation and any country the filings reference.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Enumerate the vendor's ultimate beneficial owners, screen each one against sanctions, and run an adverse-media sweep on the top three by ownership percentage.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Coordinate the interview panel — find a slot across 4-5 panelists across timezones, send invites, gather feedback. RSVP collection is a HITL wait at the activity level.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Given a candidate's CV profile, screening verdict, voice transcript and role context, recommend whether to advance them (to interview at gate 1, or to offer at gate 2) and at what level. Recommends only — never decides.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Draft a job description from a req-to-hire payload, applying jurisdiction-appropriate boilerplate (USA vs Germany BetrVG works-council language) and the agency's voice guidelines.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Route the candidate's compliance check to the jurisdiction-appropriate sub-skill (USA → standard EEO checks; Germany → BetrVG works-council notification + DE labour law). Drives the §4.10 demo where flipping the country flag adds a Compliance step without…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Parse line items from a multi-line invoice payload.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Compose a breach-notification payload — Adaptive Card body for Teams + plain-text email body — for a Red expense claim. Cite the policy clause verbatim and request justification within 72 hours.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Compose the personalised offer letter from the negotiated terms and the JD's compensation framework. Surface it for HR BP HITL approval before the non-revocable send (gated by an onPreToolUse hook per §4.13).

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Orchestrate the new hire's day-1: ServiceNow JML provisioning (laptop + accounts + access groups), Azure AI Speech avatar welcome video, Microsoft Graph day-1 calendar invites. Hook-gated for the JML send. Per spec §4.5 + §4.13.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Classify expense claim lines as Red/Amber/Green against the Zava synthetic T&E policy, citing the literal policy clause and exposing competing interpretations for boundary cases.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Cross-validate an expense claim's receipt image against the claim's structured fields (vendor, amount, date, line item). Detect six mismatch flavours: correct, wrong-amount, wrong-date, wrong-vendor, missing-line-item, missing-receipt.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Recommend an action for a classified reconciliation exception.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Propose a root cause explanation for an unmatched bank statement item.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Post the JD to Greenhouse and run a parallel LinkedIn search for passive candidates. Aggregate the inbound + outbound pipeline into a single candidate pool and hand it to Triage.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

How to OCR a document via Azure AI Document Intelligence — when to use which prebuilt model, how to call ocr_extract, how to interpret confidence scores, error handling.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Conduct an inbound voice screen with a candidate via ACS / GPT-Realtime. Ask 4 calibrated rubric questions, abort on red-flag responses, score the transcript, return a shortlist signal. Per spec §4.5.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Sub-skill of `compose-domain` (NEW v3). Writes ONE persona SKILL.md to a sandbox path, shape-isomorphic to the personae under `api/server/personae/`. Personae differ from phase-agent skills: their YAML frontmatter contains an executable `decision_policy`…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Sub-skill of `compose-domain` (v3). Writes ONE phase-agent SKILL.md to a sandbox path, shape-isomorphic to existing skills under `api/server/skills/`. Persona authoring moved to `author-persona` in v3. Never writes to `api/server/skills/` directly.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

v4 sub-skill #5 (optional). Adds the `ambient:` block — declares an AmbientAgent that watches the bus / graph / clock and spawns workflows of the listed types. Skipped when the operator answers "no" to "does this domain need an ambient hook?".

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

v4 sub-skill #2. Adds the `entities:` block to the brief and emits a per-domain projection function at `api/server/services/entity_projections/<workflow_type_snake>.py`. Validates entity kinds + relations against the Phase 1 `_NODE_TABLES` / `_REL_TABLES`…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design-time meta-skill (v1). Given a persona brief (YAML) or a free-text idea, produce a complete Persona artefact set: a SKILL.md (frontmatter + executable decision_policy + prose body), a Python registry entry pasteable into `api/shared/personas.py`, and a…

Langue du texte source : anglais

mis à jour
métier
Comptables et auditeurs
description

Approves AP invoices and material expense claims within the controller band; escalates to CFO above £250k.

Langue du texte source : anglais

mis à jour
Affichage de 29 skills collectés sur 229.