From governance
Triage pending Lark Approval queue — recommend approve/reject/ask-more per item with policy citation. Triggers "approval pending", "duyệt expense", "queue duyệt", "có gì cần duyệt".
How this skill is triggered — by the user, by Claude, or both
Slash command
/governance:approval-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
"8 approvals pending, 5 min each" → "1 batch review, 30 seconds."
"8 approvals pending, 5 min each" → "1 batch review, 30 seconds." Agent reads; user decides.
Verbs: raw approval exposes only instances/tasks subgroups —
NO +list/+get/+approve/+reject shortcut. Use the atomic
lark-approval skill (wraps the API). Workflow below is conceptual
flow; call the atomic skill, not raw bash. docs +search (for policy
docs) takes --query + --filter JSON, no --type flag; needs
search:docs:read scope. Atomic shapes + token flags: connectors/LARK-RECIPES.md.
do-not.md, policies.md (thresholds/categories),
team-roster.md (requester level + manager line),
delegation-rules.md (exec — financial thresholds).lark-approval skill: list-pending --assignee me.get-instance <id> → requester, type, amount, reason, attachments.policies.md (or
docs +search --query "<policy keyword>" --jq '.data' to find the
doc — peek the shape, don't guess nested paths); compare requester
pattern + amount vs delegation-rules.md threshold.approve <id> --comment "..." per item. Each triggers
pre-mutate.sh → audit log.policies.md (or "policy unclear").team-roster.md).team-roster.md).Required: policies.md, team-roster.md.
Recommended: delegation-rules.md (exec), incident-log.md.
Morning brief: count + top 3 by amount. On-demand: full triage. Friday 16h: reminder if backlog >5.
npx claudepluginhub larkcowork/lark-cowork-plugins --plugin governanceProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.