Skip to main content

reticlehq/reticle

SkillsMP는 reticlehq/reticle에서 13개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
13
GitHub 스타
407
GitHub 포크
95

이 저장소의 skills

분류 대기 중

수집된 skill 13개 중 13개를 표시합니다.

직업 분류
미분류
설명

Install, instrument and verify this running web app from the inside (DOM, network, routing, console and framework state) instead of screenshots or guessing. Drives one real flow end to end and returns a verdict with the file:line to fix. Use when the user…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Verify that a web app change actually works by driving the running app from the inside (DOM, network, routing, console, framework state) instead of screenshots or guessing. Use after any user-facing change, when a fix is claimed but unproven, when a test…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Check that a change to a web app actually works in the running app before calling it done. Drives the real page and returns a pass/fail verdict with the request that fired, the state that moved, and the file:line to fix. Use after editing a component, a form,…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Test-driven development for behaviour a unit test cannot reach, by writing the expectation against the running app before writing the code. Declare the consequence first, watch it fail, implement, watch it pass. Use when building a user-facing feature, when…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Sweep a whole running web app for what is broken, without writing a script or knowing the codebase. Clicks every reachable control and reports dead buttons, console errors, failed requests, and places where the API and the screen disagree. Use on an…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Find out why the tests pass but the app is broken. Catches false greens: a green suite over a feature that does not work, a mocked API standing in for a real one, an assertion that holds no matter what the app does, a click handler wired to nothing. Use when…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Turn a user journey you just clicked through into a saved regression check that re-runs deterministically, with no model in the loop and no test code to write. Use when you have driven the same flow twice, when the user wants regression coverage without a…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Find out why something in a running web app does not work, when the console is empty and the code looks correct. Reads the click, the request, the store and the console together and returns the file:line to open. Use when a button does nothing, a form will…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Check that the UI you actually rendered uses the design system, by reading computed styles in the running app against the project's design tokens. Catches hardcoded hex colors, off-palette backgrounds, invisible or unusable controls, and animations that never…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Drive and verify an Electron or Tauri desktop app from the inside, including the main-process and Rust IPC calls a browser tool cannot see. Use when a desktop app needs testing, when a feature works in the browser but not in the packaged app, when an IPC or…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Pick up the bugs a human flagged by pointing at them in the running app, each arriving with the element, the note they typed, and the source file and line. Use when the user says they marked or flagged something, when starting a session on an app someone has…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Force the states a happy-path run never reaches (a failing API, an empty list, a slow request, a timeout, an expired session, a toast that auto-dismisses) and check the UI actually handles them. Use when error handling was written but never run, when a…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Install, instrument and verify a web app end to end without pausing for a human. Use in an autonomous or goal-mode agent, in CI, or in any client that asks for approval on every command: it never says "restart your client" or "open a browser", because it…

원문 언어: 영어

업데이트
수집된 skill 13개 중 13개를 표시합니다.