assign-estimation-point

Calculate estimation points for tasks and update the GitHub Projects '작업량' field.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill assign-estimation-point
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assign-estimation-point
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/biz/discovery/skills/assign-estimation-point
Command: npx skills add https://github.com/semicolon-devteam/semo --skill assign-estimation-point

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

위키 Estimation Guide를 바탕으로 포인트를 산정하고 프로젝트 필드에 반영합니다.

Core Features & Use Cases

  • Estimation Guide와 Task 매핑
  • Projects '작업량' 필드 업데이트

Quick Start

에픽/태스크의 포인트를 계산하고 GitHub Projects를 업데이트합니다.

Frequently Asked Questions about assign-estimation-point

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

FAQPage Schema
How do I calculate estimation points for tasks using a wiki guide?

Estimation points are calculated by analyzing task complexity across UI, API, and database layers against your Estimation Guide standards. The Skill fetches your guide, maps tasks to complexity criteria, and produces a standardized point value for each task.

Can I automatically update GitHub Projects with estimated point values?

Yes. The Skill generates calculated points and writes them directly to GitHub Projects' '작업량' field, eliminating manual entry and keeping project tracking synchronized with effort estimates.

What information do I need before estimating task points?

You need your Estimation Guide published in wiki format, task descriptions with defined scope, and Epic/User Story context. The Skill uses this to analyze technical complexity and scope to derive accurate points.

How are estimation points assigned when creating draft tasks?

When draft-task-creator generates Draft Tasks, this Skill automatically calculates and assigns points by evaluating technical requirements, scope across system layers, and Estimation Guide criteria without manual intervention.

What's included in the standardized output when points are calculated?

The output includes calculated point values, a checklist of complexity factors evaluated, and formatted data ready for GitHub Projects API integration, ensuring consistent point assignment across all tasks.