ibank-worklog-review-loop

Run Python scripts to review and revise iBank worklogs with dependency validation.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/KangJiSseok/ACODIAN --skill ibank-worklog-review-loop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ibank-worklog-review-loop
Source: https://github.com/KangJiSseok/ACODIAN/tree/main/.codex/skills/ibank-worklog-review-loop
Command: npx skills add https://github.com/KangJiSseok/ACODIAN --skill ibank-worklog-review-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Run through iBank worklogs to ensure quality and consistency by applying team-lead, optional department-head, and member revisions, and by validating dependencies across versions.

Core Features & Use Cases

  • Deterministic review scripts: review_ibank_worklog_similarity.py, apply_worklog_sentence_revisions.py, apply_worklog_expression_revisions.py, and generate_ibank_worklog_dependency_sql.py to produce consistent revisions.
  • Templates and Personas: team-lead checklist template and project personas under .codex/agents to guide reviews and role-specific rewrites.
  • Use Case: When a generated worklog set needs polishing, de-duplication, or versioning (e.g., v4/v5+), and predecessor links must be preserved.

Quick Start

Run the iBank worklog review loop on a chosen SQL version to produce a revised, dependency-checked worklog set.

Frequently Asked Questions about ibank-worklog-review-loop

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

FAQPage Schema
How do I automate worklog reviews for multi-persona revisions and dependency validation?▼

Automate multi-persona worklog reviews by running deterministic Python scripts that apply team-lead, department-head, and member revisions, while validating dependencies across versions to preserve lineage.

What is the best way to deduplicate generated worklog sets and preserve predecessor links during versioning?▼

Deduplicate generated worklog sets and preserve predecessor links by using deterministic review scripts that apply sentence and expression revisions, then reassemble dependencies using generated SQL.

How do I apply team-lead and member-specific revisions to SQL worklogs consistently?▼

Apply team-lead and member-specific revisions to SQL worklogs by using provided templates and agent personas under .codex/agents, guided by deterministic scripts for consistent rewrites.

Can I use Python scripts to validate worklog dependencies across different versions?▼

You can use Python scripts like generate_ibank_worklog_dependency_sql.py to validate worklog dependencies across different versions, ensuring predecessor links are preserved during the revision loop.

Do I need specific templates to coordinate multi-persona worklog review loops?▼

You need team-lead checklist templates and project personas under .codex/agents to coordinate multi-persona worklog review loops, guiding role-specific rewrites and ensuring consistent quality refinement.

What are the limitations of using deterministic scripts for worklog refinement?▼

Deterministic scripts for worklog refinement require generated worklog sets as input and are limited to applying predefined sentence and expression revisions, dependency validation, and versioning rather than open-ended text generation.