소스 정보
- 저장소
- cajias/timesfm-autonomous-trainer
- 최근 소스 활동
- 2026년 5월 13일 13:52
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/cajias/timesfm-autonomous-trainer --skill false-positive-rules명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Activate when a user invokes /agentic-harness:precommit, :review, :submit, or asks to run a Prose-packaged review workflow ("precommit review", "run mr-review on MR 21", "submit MR 42 via prose", etc.). Verifies prereqs, resolves reviewer defaults, and delegates to the openprose skill which embodies the Prose VM for the actual program execution. Not for one-shot questions or static documentation lookups — decline unless the user clearly wants to run a pipeline.
Rules for deduplicating code review findings across agents
Local GitLab MR code review orchestrator. Use when the operator asks to "review this MR", "run a local MR review", "review my branch's MR", or wants a LOCAL-only (no GitLab posts) multi-dimensional review with automatic filtering and optional fix loop. Dispatches specialized review agents in parallel (intent, security, code quality, silent failures, type design, tests, comments), applies a 4-phase filtering pipeline, and iteratively fixes Critical/Important issues until convergence.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | false-positive-rules |
| description | Rules for auto-dismissing code review findings that are false positives |
Apply these rules to ALL findings. If a finding matches ANY rule, DISMISS it.
ANY finding about these variables -- they aren't attacker-controlled in CI context:
CI_* (CI_PROJECT_ID, CI_MERGE_REQUEST_IID, CI_JOB_TOKEN, etc.)GITLAB_* (GITLAB_USER_LOGIN, etc.)PROJECT_*, MR_* variables set by CIThese are required for CI automation, not security issues:
--dangerously-skip-permissions (required for non-interactive CI)--output-format text (standard CI output)--print with MCP servers--no-verify in CI pipeline contextsCI jobs run in isolated, ephemeral containers:
/tmp or CI workspace directoriesDismiss findings that match these patterns:
If you're unsure, apply this test: "Would a senior engineer reviewing this MR request this change?" If the answer is "probably not", DISMISS IT.
Also ask: "Is this finding actionable and specific?" If the finding is vague or the fix is unclear, DISMISS.