ワンクリックで
find-and-replace-text-or-formatting
// Open Writer's Find and Replace dialog, fill the search and replacement fields or replacement formatting, run the replacement, and verify the replace count or changed document state.
// Open Writer's Find and Replace dialog, fill the search and replacement fields or replacement formatting, run the replacement, and verify the replace count or changed document state.
⚠️ MANDATORY ENTRY POINT — ALWAYS read this file FIRST before: (1) planning any task (plan / blueprint / roadmap / how to implement), (2) reviewing a plan (review / audit / stress-test), (3) executing a task (implement / build / run), (4) verifying completion (done / verify / submit / PR / confirm finished), (5) accessing, querying, or adding any sub-skill. Do NOT load or look up any sub-skill directly. Every agent, every task, and every skill query must route through this file first. | ⚠️ 強制入口 — 以下情境必須先完整讀取本檔再行動:(1) 制定計畫(計畫、規劃、plan、blueprint、怎麼做);(2) 計畫審查(review、審查、壓力測試);(3) 執行任務(執行、implement、build);(4) 驗證完成(驗證、done、verify、確認完成、submit、PR);(5) 存取、查詢或新增任何 skill。嚴禁直接載入或查詢子 skill、嚴禁繞過本檔。
Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.
Search for the requested text through VS Code's search UI or find widget, then replace only the intended value and verify the post-replacement state rather than stopping at an open search panel. Use this when the search surface itself matters: search panel, results tree, find widget, and replace verification. Do not collapse these flows into generic editor editing.
Create a new Thunderbird message, fill headers and body content, optionally format the body, and send it.
Create a chart on the requested destination sheet while honoring an exact chart title and chart family.
Apply sorts, auto-filters, and range filters to Calc tables and verify the visible filtered rows or ordering on the sheet.
| name | Find and Replace Text or Formatting |
| description | Open Writer's Find and Replace dialog, fill the search and replacement fields or replacement formatting, run the replacement, and verify the replace count or changed document state. |
Open or confirm the main Find and Replace dialog. Enter the find term and confirm the scope options only if the task actually needs them.
If the task changes formatting instead of literal text, open the replacement-formatting controls and set only the requested attribute. Do not carry over stale formatting or selection-only options from previous attempts.
Run Replace or Replace All based on the task.
Use Replace All only when the whole-document scope is correct.
Verify before leaving the flow. Check the replace-count message and, when formatting matters, also verify the changed document content on the page. If the count looks wrong or the visible text did not change as intended, stay in the dialog and correct the scope or fields before moving on.
state_cards.json.runtime_state_cards.json.when_to_use matches the current surface.Replace All with the wrong scope because a stale option such as selection-only or match-case was left enabled.