Install
openclaw skills install test-effort-estimatorThis skill should be used when users need to estimate test effort based on product requirements. It analyzes requirements, breaks down tasks, estimates test effort (case design, first run, retest, regression), and exports results to Excel.
openclaw skills install test-effort-estimatorThis skill provides a systematic approach to estimate test effort based on product requirements. It analyzes requirements, breaks them down into testable items, estimates effort for each phase (case design, first run, retest, regression), and generates an Excel report.
Use this skill when users provide product requirements and need:
Read and understand the provided product requirements. Identify:
For each requirement, identify test items:
Apply complexity-based estimation standards:
Simple Features (0.20-0.30 person-days for design):
Medium Features (0.35-0.40 person-days for design):
Complex Features (0.50 person-days for design):
Time Calculation Formulas:
Use the bundled script scripts/generate_excel.py to create the Excel report with:
scripts/generate_excel.py: Python script to generate Excel report from estimation datareferences/complexity-standards.md: Detailed complexity classification criteria and examplesreferences/estimation-formulas.md: Complete formula documentation and calculation examplesreferences/complexity-standards.mdscripts/generate_excel.py to generate Excel report