スキル一覧に戻る
rxtech-lab

test

by rxtech-lab

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

SKILL.md


name: test description: Run code quality checks and tests for the argo-trading project. Use this skill when: (1) User asks to test the code or run tests, (2) User asks to lint or check code quality, (3) User wants to verify code changes work correctly, (4) User says "/test" or asks to run the test suite.

Test

Run linting and tests to ensure code quality.

Workflow

  1. Run linting with make lint
  2. Run tests with make test
  3. Report results and fix any issues found

Commands

Lint

make lint

Runs golangci-lint run ./... to check for code quality issues.

Test

make test

Runs go test ./... to execute all tests.

Full Quality Check

Run both commands sequentially:

make lint && make test

Handling Failures

  • Lint failures: Fix the reported issues before proceeding
  • Test failures: Investigate failing tests, check error messages, and fix the underlying issues
  • Report a summary of results to the user

スコア

総合スコア

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

レビュー

💬

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