一键导入
phpdocheader
Adjust the PHPDOC header of all changed PHP files to contain the relevant information
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Adjust the PHPDOC header of all changed PHP files to contain the relevant information
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and maintain database update scripts for tine applications. Use when creating, modifying, or understanding Setup/Update PHP files that migrate database schema and application data between versions.
Create and maintain human readable documentation. Auto-invoke when user mentions docs, documentation or manual. Do NOT load for api docs or api reference or docs blocks in code.
| name | phpdocheader |
| description | Adjust the PHPDOC header of all changed PHP files to contain the relevant information |
| license | AGPL-3.0 |
| metadata | {"author":"Philipp Schüle <p.schuele@metaways.de>","version":"1.0"} |
The Header of tine-PHP files should contain the following information:
allways: tine Groupware - https://www.tine-groupware.de/
example: @package Tinebase
example: @subpackage Group
default: @license https://www.gnu.org/licenses/agpl.html
example: @copyright Copyright (c) 2008-2026 Metaways Infosystems GmbH (https://www.metaways.de)
the second year should always be set to the current year (2026 in this example). we keep the first year as the creation year of the file.
example: Philipp Schüle p.schuele@metaways.de
name and email address of the (human) creator of the file. we do not change the author when updating the file.
<?php
/**
* tine Groupware - https://www.tine-groupware.de/
*
* @package Tinebase
* @subpackage Group
* @license https://www.gnu.org/licenses/agpl.html
* @copyright Copyright (c) 2008-2026 Metaways Infosystems GmbH (https://www.metaways.de)
* @author Philipp Schüle <p.schuele@metaways.de>