ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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>