Skip to main content

totvs/engpro-advpl-tlpp-skills

SkillsMP 已收集 totvs/engpro-advpl-tlpp-skills 中的 24 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
24
GitHub 星标
123
GitHub Forks
62

已展示 24 / 24 个已收集 Skill。

职业分类
软件开发工程师
描述

Compile AdvPL/TLPP sources (.prw, .prg, .prx, .tlpp, .ppx, .ppp, .apw, .aph, .apl, .ahu and resources) inside VS Code using the TOTVS Developer Studio (tds-vscode) extension and the servers.json connection registry. Orchestrates the full flow: verifies the…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Plan and implement Protheus projects/features with 4 adaptive phases — Specify, Design, Tasks, Execute. Auto-sizes depth based on complexity. Creates atomic tasks with verification criteria, atomic commits, requirement traceability, and persistent memory…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Design and document Protheus Entry Points (Pontos de Entrada). Always generates TLPP by default; only generates AdvPL (.prw) when the user explicitly requests AdvPL. Covers User Function signatures, PARAMIXB parameter layouts, return value specifications, and…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guide the migration of legacy AdvPL (Advanced Programming Language) code to modern TLPP (TOTVS Language Plus Plus). Covers feature comparison, syntax transformation, include/namespace adoption, typing, Try-Catch, REST migration, long identifiers, JSON inline,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Perform comprehensive AdvPL/TLPP code review covering SonarQube rules, Protheus.doc documentation, security, performance, clean code, and TOTVS Protheus framework best practices. Use when a user says "review this code", "code review", "check this source",…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate a context map of all files relevant to a task before implementing changes. Use when a user says "map the codebase for this change", "what files are affected", "show me dependencies", or before starting implementation to identify files to modify,…

原文语言:英语

更新
职业分类
项目管理专家
描述

Create machine-readable implementation plan files for features, refactoring, upgrades, design, architecture, or infrastructure. Use when a user says "create implementation plan", "plan this upgrade", "plan this refactor", or needs a structured, phased plan…

原文语言:英语

更新
职业分类
数据库架构师
描述

Query the TOTVS Protheus ERP data dictionary (SX2 tables, SX3 fields, SIX indexes, SX6 parameters, SX5 generic tables, SX7 triggers, SX1 questions, SX9 relationships, SXB standard lookups, SXG/SXA groups). Use when the user asks 'what fields does SA1 have',…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate ProtheusDOC comment blocks for AdvPL and TLPP source code. Use when a user says "document this function", "add ProtheusDOC", "write documentation block", "document this class/method", or needs structured source-code documentation following the…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate AdvPL/TLPP code that CONSUMES external REST APIs using the FWRest client class. Covers GET, POST, PUT, DELETE verbs, header construction, query/path parameters, JSON body serialization, authentication (No Auth, HTTP Basic, Bearer Token/JWT, OAuth…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate Protheus MVC (Model-View-Controller) screen structures including ModelDef, ViewDef, MenuDef, and BrowseDef functions. Supports single-entity (Modelo 1) and master-detail (Modelo 3) patterns with FWFormModel, FWFormView, FWFormBrowse, validations,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build optimized and safe SQL queries for Protheus tables. Automatically includes mandatory filters (D_E_L_E_T_, branch), suggests appropriate indexes from SIX patterns, generates both Embedded SQL (preferring FWExecStatement) and Workarea…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods. Use when user says 'reduce complexity', 'simplify method', 'cognitive complexity too high'.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across SQL databases (PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across SQL databases (PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Generate TIR (TOTVS Interface Robot) end-to-end test scripts in Python for Protheus SmartClient/Webapp screens. Supports CRUD screen tests, MVC screen tests, grid interaction, report tests, field validation, and message box assertions. Use when a user says…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate TLPP REST endpoints using annotation-based routing (@Get, @Post, @Put, @Patch, @Delete) with the oRest object. Follows TOTVS API standards (TTALK) including pagination, error model, standard headers, and Swagger documentation. Use when user says…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Convert AdvPL/TLPP source files from UTF-8 encoding to Windows-1252 (CP1252) after code generation. The Protheus compiler only supports CP1252 encoded files — any source created or modified by an AI agent will be in UTF-8 and must be converted before…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when you have a written implementation plan to execute in a separate session with review checkpoints

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when executing implementation plans with independent tasks in the current session

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when you have a spec or requirements for a multi-step task, before touching code

原文语言:英语

更新
职业分类
其他计算机职业
描述

Use when creating new skills, editing existing skills, or verifying skills work before deployment

原文语言:英语

更新
已展示 24 / 24 个已收集 Skill。