スキル一覧に戻る
GarGraham

testing

by GarGraham

Provide a self‑service platform for automated correlation and multivariate analysis of tabular datasets. The tool should allow non‑specialists and analysts alike to quickly surface relationships between variables without manually coding statistical tests.

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

SKILL.md


name: testing description: Write test cases to build confidence in code correctness and identify edge cases or regressions.

Skill: Testing

See also: AGENT_SYSTEM.md

Phase

  • Validate (proactive) or Change (when fixing broken tests)

Purpose

  • Build confidence in correctness by writing test cases that verify behavior.
  • Identify edge cases and regressions early.

Use When

  • "Write tests for this"
  • "Test coverage is low"
  • "Add a test to verify X"
  • "Fix failing tests"

Inputs to Request (only if blocking)

  • What code or behavior should be tested?
  • What test framework/runner is available?
  • Coverage target (if any)?

Workflow

  • Understand the code:
    • What's the happy path?
    • What are edge cases (null, empty, errors)?
    • What should fail gracefully?
  • Plan test cases (small scope):
    • 3–5 core scenarios per function/component
    • At least one failure case
  • Implement tests:
    • Use existing test framework
    • Follow repo style
    • Keep tests fast and isolated
  • Proof of Life:
    • All tests pass
    • Run command: npm test (or equivalent)
    • Show test output

Output

  • Test cases added (brief list)
  • Coverage impact (if measurable)
  • Proof of Life (test run output)

Memory

  • Append one line to JOURNAL.md if this closes a testing gap

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です