スキル一覧に戻る
ProteoWizard

skyline-tester

by ProteoWizard

AI tooling and documentation for ProteoWizard/Skyline development

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

SKILL.md


name: skyline-tester description: Use this skill when working with SkylineTester or the test list file.

SkylineTester Context

When working with SkylineTester, consult these documentation files for comprehensive reference.

Primary Documentation

Read ai/docs/skylinetester-guide.md for:

  • Key file paths (log, test list, results)
  • Tab overview (Forms, Tutorials, Tests, Build, Quality, Nightly, Output, Run Stats)
  • Common workflows
  • Integration with Run-Tests.ps1
  • Command-line options
  • Troubleshooting

Key File Paths (Quick Reference)

All paths relative to project root:

FileRelative Path
SkylineTester.exepwiz_tools/Skyline/bin/x64/Debug/SkylineTester.exe
TestRunner.exepwiz_tools/Skyline/bin/x64/Debug/TestRunner.exe
Log filepwiz_tools/Skyline/SkylineTester.log
Test listpwiz_tools/Skyline/SkylineTester test list.txt
Resultspwiz_tools/Skyline/SkylineTester Results/
Settingspwiz_tools/Skyline/SkylineTester.xml
Tutorial screenshotspwiz_tools/Skyline/Documentation/Tutorials/<tutorial>/<lang>/
ImageComparerpwiz_tools/Skyline/Executables/DevTools/ImageComparer/

The Test List as a Shared Resource

The test list file is shared between SkylineTester, Run-Tests.ps1, and Visual Studio debugger:

  • Developer selects tests in SkylineTester → LLM runs same tests with -UseTestList
  • LLM updates test list with -UpdateTestList → Developer sees tests pre-checked in SkylineTester
  • VS debugger can be configured to read TestRunner.exe tests from this file

See skylinetester-guide.md for details.

Common Tasks

Check test output

Get-Content 'pwiz_tools/Skyline/SkylineTester.log' -Tail 50

Run tests from shared test list

./pwiz_tools/Skyline/ai/Run-Tests.ps1 -UseTestList

Update test list for SkylineTester

./pwiz_tools/Skyline/ai/Run-Tests.ps1 -TestName TestFoo -UpdateTestList
  • ai/docs/skylinetester-guide.md - Comprehensive reference (tabs, workflows, integration)
  • ai/docs/skylinetester-debugging-guide.md - Debugging hung tests, automated dev-build-test cycles
  • ai/docs/build-and-test-guide.md - Build system and Run-Tests.ps1 details

Source Code

Main implementation files:

  • pwiz_tools/Skyline/SkylineTester/SkylineTesterWindow.cs - Main window and UI logic
  • pwiz_tools/Skyline/SkylineTester/TabBuild.cs - Build tab
  • pwiz_tools/Skyline/SkylineTester/TabTests.cs - Tests tab
  • pwiz_tools/Skyline/SkylineTester/TabTutorials.cs - Tutorials tab
  • pwiz_tools/Skyline/SkylineTester/Main.cs - VS detection, prerequisites

スコア

総合スコア

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

レビュー

💬

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