スキル一覧に戻る
faisalanjum

test-resume

by faisalanjum

Agents use graph db (XBRL, News, Reports) to trade!

2🍴 1📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: test-resume description: Test subagent resumption - call agent twice, verify context preserved allowed-tools: Read, Write, Task permissionMode: dontAsk

Test Subagent Resumption

Goal: Verify CSV-based subagent history and resumption works for all Neo4j agents.

History file: .claude/skills/test-resume/subagent-history.csv

Subagents to test: neo4j-entity, neo4j-report, neo4j-xbrl, neo4j-transcript, neo4j-news

Test Steps

Step 1: Initialize CSV

Create CSV with full header matching earnings-prediction/attribution:

accession_no,updated_at,primary_session_id,neo4j-entity,neo4j-report,neo4j-xbrl,neo4j-transcript,neo4j-news

Set primary_session_id to current session ID (this conversation's session).

Step 2: Test neo4j-entity (Fresh + Resume)

First call (fresh):

"Get sector for Apple (AAPL). Remember: secret word is BANANA."

Save agent ID to CSV column neo4j-entity for row test-0001.

Second call (resume):

"What was the secret word? Also get sector for IBM."

Verify it remembers BANANA.

Step 3: Test neo4j-report (Fresh + Resume)

First call (fresh):

"How many 8-K reports exist for ticker AAPL? Remember: secret number is 42."

Save agent ID to CSV column neo4j-report for row test-0001.

Second call (resume):

"What was the secret number? How many 10-K reports for AAPL?"

Verify it remembers 42.

Step 4: Verify CSV Structure

Read and display CSV. Should have:

  • 1 row for test-0001
  • Both neo4j-entity and neo4j-report columns populated
  • Other columns empty

Step 5: Test Cell Overwrite

Call neo4j-entity again WITHOUT resume (fresh session):

"Get sector for GOOGL. New secret: CHERRY."

Update CSV - overwrite neo4j-entity column with new agent ID. Verify neo4j-report column is UNCHANGED.

Step 6: Final Report

TestAgentResult
Fresh callneo4j-entity
Resume + memoryneo4j-entity
Fresh callneo4j-report
Resume + memoryneo4j-report
Cell overwrite preserves others

Show final CSV contents.

Success Criteria

  • All agents can be called and return agent IDs
  • Resume preserves context (remembers secrets)
  • CSV correctly tracks all agent IDs per accession
  • Overwriting one cell doesn't affect others

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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