Skip to content
Automation
Skill

/list-groupware-approvals

List electronic approvals, official incoming or outgoing documents, external administrative-network documents, and e-SOP approval items from an explicit user-supplied groupware JSON snapshot or Excel-transcribed JSON snapshot. Use for offline queue review without opening

From plugin
yonsei-skills
952 skills1 MCP
Install
$ npx -y skills add mrcha033/yonsei-skills --skill list-groupware-approvals --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/list-groupware-approvals

Context preview

The summary Claude sees to decide when to auto-load this skill.

List electronic approvals, official incoming or outgoing documents, external administrative-network documents, and e-SOP approval items from an explicit user-supplied groupware JSON snapshot or Excel-transcribed JSON snapshot. Use for offline queue review without opening

SKILL.md

list-groupware-approvals.SKILL.md
name: list-groupware-approvals
description: List electronic approvals, official incoming or outgoing documents, external administrative-network documents, and e-SOP approval items from an explicit user-supplied groupware JSON snapshot or Excel-transcribed JSON snapshot. Use for offline queue review without opening groupware or approving, rejecting, returning, submitting, sharing, or sending anything.

List Groupware Approvals

Process only the groupware snapshot the user supplied in this task. Do not infer live approval state.

Workflow

1. Require:

  • `schema_version`: `yonsei-offline-snapshot/v1`
  • `source_kind`: `user_supplied_json` or `excel_transcribed_json`
  • optional `exported_at`
  • `records`: approval metadata

2. Require Excel content to be explicitly transcribed or exported to JSON before processing. 3. Run:

   python3 "$SKILL_DIR/scripts/list_groupware_approvals.py" \
     --input /path/to/approvals.json \
     --action-required-only

4. Return the structured JSON and preserve its offline/live boundary.

Safety contract

  • Accept only whitelisted approval metadata; fail on unknown fields.
  • Never approve, reject, return, delegate, submit, share, recall, send, fax, or message.
  • Exclude recipient addresses, phone or fax numbers, personal contacts, credentials, comments, attachment bodies, and unrelated document content.
  • Stop on duplicate IDs, unsupported workflow types or statuses, malformed values, or unknown snapshot metadata.

`my_action_required` reports the supplied snapshot only and grants no authority to act.

Read more
Ships withyonsei-skills

연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.

Get the whole plugin

Other skills on yonsei-skills.