Back to list
rxtech-lab

test

by rxtech-lab

3🍴 0📅 Jan 16, 2026

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

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon