Skip to main content

stress-strategy

Build multi-profile stress tests from brute complexity and constraints, then execute with traceable evidence.

설치로 이동

소스 정보

저장소
SummerOneTwo/AutoCode
최근 소스 활동
2026년 4월 30일 10:17
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
stress-strategy
description
Build multi-profile stress tests from brute complexity and constraints, then execute with traceable evidence.
disable-model-invocation
false
# Stress Strategy Skill Goal: build a reproducible and explainable multi-profile stress strategy from brute complexity and constraints, instead of running a single random profile. ## Rules - Include at least 3 profiles: `tiny_exhaustive`, `random_small`, and `edge_small`. - Use `type=1` for `tiny_exhaustive`, `type=2` for `random_small`, and `type=3/4` for `edge_small`. - Keep semantic boundaries explicit: - `type=3`: boundary and extreme constraints coverage. - `type=4`: targeted worst-case/TLE-inducing patterns, not simple max-parameter scaling. - When brute complexity is higher than `O(n^2)`, automatically lower `n_max` and `trials`. - Every profile must be reproducible (fixed seed rules and replayable parameters). ## Execution When calling `stress_test_run`, pass `stress_profiles` and record completed rounds and failure points for each profile. ## Output Requirements - `decision`: `go` / `no_go` - `stress_profiles`: each profile's `name/trials/types/generator_args` - `execution_summary`: completion status and failed rounds per profile - `next_fix_hint`: if failed, provide prioritized fix direction (`std/brute/generator/validator`) ## Decision Rules - `go`: all required profiles complete and no correctness mismatch remains. - `no_go`: any required profile is incomplete, or mismatches remain unresolved. ## Forbidden Behavior - Do not run only a single random profile. - Do not treat `type=4` as a duplicate of `type=3`. - Do not continue after unresolved mismatches.
GitHub에서 보기