Skip to content

Instantly share code, notes, and snippets.

View thuutri2710's full-sized avatar

Tris thuutri2710

View GitHub Profile
name read-confluence
description Use when user says "read TDD <link>", "read design doc <link>", or provides a Confluence URL. Fetches the Technical Design Document from Confluence via acli to gather context before implementing.

Read Confluence TDD

name read-jira
description Use when user says "read ticket XXX", "read XXX", or provides a Jira key matching pattern [A-Z]{1,6}-[0-9]{1,6} (e.g. FRONT-108, FEX-23). Fetches ticket context via acli before implementing or asking questions.

Read Jira Ticket

Frontend Report

Frontend Chapter

Features

  • Fix UI alignment issue for search suggestions on segment pages. FE-399
  • Fix duplicate meta tags issue caused by injecting scripts before next-head-count. Implemented strictNextHead for managing head tags. FE-420
  • Add revision as a parameter. FE-432
  • Add missing translation namespace for product index to fix unexpected "Price" prefix in the dynamic table. FE-402